Skip to content

Commit 89cb198

Browse files
Update cmdWaitBar.html
1 parent dab5372 commit 89cb198

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

pages/Fun things/cmdWaitBar.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
<span><h2 align="center">cmdWaitBar</h2>
1+
<div class="container"><github-md><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>
22

3-
<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>
4-
5-
<div class="container" markdown="1">
3+
---
64

75
This Matlab function will generate an updating progress bar (waitbar) in the command window.
86

@@ -15,12 +13,15 @@ <h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="ht
1513
The waitbar will adapt to the current width of your command window.
1614

1715
[![View cmdWaitBar on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://ch.mathworks.com/matlabcentral/fileexchange/122357-cmdwaitbar)
18-
</div>
19-
<div class="container" markdown="1">
16+
17+
---
18+
19+
<br>
20+
2021
There are 2 viewer modes:
2122

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.
2425

2526
> 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!
2627
<br>
@@ -32,7 +33,7 @@ <h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="ht
3233
<tr>
3334
<td> Example code </td>
3435
<td>
35-
36+
3637
```matlab
3738
iStart = 1;
3839
iStop = 50000;
@@ -92,11 +93,13 @@ <h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="ht
9293

9394
---
9495

95-
<p align="center"> <b><u>cmdWaitBar</u></b> 2025
96+
<p align="center"> <b><u>cmdWaitBar</u></b> 2022
9697
| <a href="https://www.unige.ch/medecine/neucli/en/groupes-de-recherche/1034megevand/">Human Neuron Lab</a> - UNIGE
9798
| <a href="mailto:jonathan.monney@unige.ch">jonathan.monney@unige.ch</a></p>
9899
<br>
99100
<div align="center"><a href="https://www.unige.ch/medecine/neucli/en/groupes-de-recherche/1034megevand/">
100101
<img src="https://raw.githubusercontent.com/HumanNeuronLab/ERWiN/main/assets/UNIGE_logo.png" width="200"/>
101102
</a></div>
102-
</div></span>
103+
104+
---
105+
</github-md></div>

0 commit comments

Comments
 (0)