


PBAR Progress bar with remaining time estimation%
Usage: H = PBAR(MSG) creates a progress bar with a specified message,
UPDATE(H, N, NTOTAL, MSG) will update the progress bar, where N is
the current iteration and NTOTAL is the total number of iterations
to be performed.
DELETE(H) will remove the progress bar.