pbar

PURPOSE ^

PBAR Progress bar with remaining time estimation%

SYNOPSIS ^

classdef pbar < handle

DESCRIPTION ^

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.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 13-Oct-2013 13:32:39 by m2html © 2005