You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3><ahref="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><imgsrc="https://img.shields.io/badge/v1.0.2-23%C2%B7Jan%C2%B72023-blue?logo=github" width="150" align="right"/></a><divalign="left"><i>Matlab function that displays a progression bar in the command window.</i></div></h3>
4
4
5
-
---
5
+
<divclass="container" markdown="1">
6
6
7
7
This Matlab function will generate an updating progress bar (waitbar) in the command window.
The waitbar will adapt to the current width of your command window.
16
16
17
17
[](https://ch.mathworks.com/matlabcentral/fileexchange/122357-cmdwaitbar)
18
-
19
-
---
20
-
21
-
<br>
22
-
18
+
</div>
19
+
<divclass="container" markdown="1">
23
20
There are 2 viewer modes:
24
21
25
-
- Waitbar (viewer mode 1 - default): Good for global progression tracking, fast simple, customisable.
26
-
- Iteration (viewer mode 2): displays current iteration out of total for detailed view on current progress - good for debugging.
22
+
- Waitbar (viewer mode 1 - default): Good for global progression tracking, fast simple, customisable.</li>
23
+
- Iteration (viewer mode 2): displays current iteration out of total for detailed view on current progress - good for debugging.</li>
27
24
28
25
> NB: best use is to call the cmdWaitBar function at the start of the for-loop in order to get most accurate information for debugging!
0 commit comments