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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
<divclass="container">
2
-
<h2align="center">cmdWaitBar</h2>
2
+
<h2align="left">cmdWaitBar</h2>
3
3
4
4
<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>
5
5
</div>
6
6
7
+
<divclass="container">
7
8
<p>This Matlab function will generate an updating progress bar (waitbar) in the command window. </p>
8
9
<p>This is a useful tool during data processing over many iterations or time-cosuming computations. </p>
9
10
<p>This simple visual feedback allows to track current progress and may also be a valuable tool for debugging and finding with value/entry may be causing an error.</p>
@@ -91,4 +92,4 @@ <h3 id="how-to-use">How to use:</h3>
0 commit comments