|
|
| File Information |
| Description |
progress_bar is a lightweight method of giving a progress and time indication when running an calculation intensive for-loop.
Al that is required is to include the function within the for loop such as:
| for idx=min:max
| progress_bar(idx, min, max);
| pause(0.05);
| end
Additional options include a custom message, or a GUI progress bar using waitbar.
The time added to your calculation depends on the intensity of the calculation done in each iteration and the number of iteration and is typically less than 1% for the default text version. |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.14 (R2012a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 28 Jun 2013 |
xu
|
|
|
|
Contact us