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
Copy file name to clipboardExpand all lines: pages/Fun things/cmdWaitBar.html
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
-
<span><h2align="center">cmdWaitBar</h2>
1
+
<divclass="container"><github-md><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>
2
2
3
-
<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
-
5
-
<divclass="container" markdown="1">
3
+
---
6
4
7
5
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
14
17
15
[](https://ch.mathworks.com/matlabcentral/fileexchange/122357-cmdwaitbar)
18
-
</div>
19
-
<divclass="container" markdown="1">
16
+
17
+
---
18
+
19
+
<br>
20
+
20
21
There are 2 viewer modes:
21
22
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>
23
+
- Waitbar (viewer mode 1 - default): Good for global progression tracking, fast simple, customisable.
24
+
- Iteration (viewer mode 2): displays current iteration out of total for detailed view on current progress - good for debugging.
24
25
25
26
> 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