Skip to content

Commit 6e67f25

Browse files
Update cmdWaitBar.html
1 parent 06e6123 commit 6e67f25

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pages/Fun things/cmdWaitBar.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<div class="container">
2-
<h2 align="center">cmdWaitBar</h2>
2+
<h2 align="left">cmdWaitBar</h2>
33

44
<h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="https://img.shields.io/badge/v1.0.2-23%C2%B7Jan%C2%B72023-blue?logo=github" width="150" align="right"/></a><div align="left"><i>Matlab function that displays a progression bar in the command window.</i></div></h3>
55
</div>
66

7+
<div class="container">
78
<p>This Matlab function will generate an updating progress bar (waitbar) in the command window. </p>
89
<p>This is a useful tool during data processing over many iterations or time-cosuming computations. </p>
910
<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>
9192
</a></div>
9293

9394

94-
</div>
95+
</div></div>

0 commit comments

Comments
 (0)