Skip to content

Commit eb92c56

Browse files
Update cmdWaitBar.html
1 parent ddd70a5 commit eb92c56

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pages/Fun things/cmdWaitBar.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ <h2 align="center">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>
6-
---
76

87
<p>This Matlab function will generate an updating progress bar (waitbar) in the command window. </p>
98
<p>This is a useful tool during data processing over many iterations or time-cosuming computations. </p>
@@ -25,7 +24,7 @@ <h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="ht
2524
</blockquote>
2625
<table>
2726
<tr class="table-col-titles">
28-
<td> Viewer mode: </td> <td> Viewer 1 (default - waitbar) </td> <td> Viewer 2 (Current iteration) </td>
27+
<td> <hr></td> <td> Viewer 1 (default - waitbar) <hr></td> <td> Viewer 2 (Current iteration) <hr></td>
2928
</tr>
3029
<tr>
3130
<td> Example code </td>
@@ -91,5 +90,5 @@ <h3 id="how-to-use">How to use:</h3>
9190
<img src="https://raw.githubusercontent.com/HumanNeuronLab/voxeloc/main/assets/UNIGE_logo.png" width="200"/>
9291
</a></div>
9392

94-
<hr>
93+
9594
</div>

0 commit comments

Comments
 (0)