Skip to content

Commit cdca2ce

Browse files
Update cmdWaitBar.html
1 parent efda63b commit cdca2ce

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

pages/Fun things/cmdWaitBar.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ <h2 align="center">cmdWaitBar</h2>
22

33
<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>
44

5-
---
5+
<div class="container" markdown="1">
66

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

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

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

25-
- Waitbar (viewer mode 1 - default): Good for global progression tracking, fast simple, customisable.
26-
- Iteration (viewer mode 2): displays current iteration out of total for detailed view on current progress - good for debugging.
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>
2724

2825
> 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!
2926
<br>
@@ -35,7 +32,7 @@ <h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="ht
3532
<tr>
3633
<td> Example code </td>
3734
<td>
38-
35+
3936
```matlab
4037
iStart = 1;
4138
iStop = 50000;
@@ -95,10 +92,11 @@ <h3><a href="https://github.com/HumanNeuronLab/cmdWaitBar/releases"><img src="ht
9592

9693
---
9794

98-
<p align="center"> <b><u>cmdWaitBar</u></b> 2022
95+
<p align="center"> <b><u>cmdWaitBar</u></b> 2025
9996
| <a href="https://www.unige.ch/medecine/neucli/en/groupes-de-recherche/1034megevand/">Human Neuron Lab</a> - UNIGE
10097
| <a href="mailto:jonathan.monney@unige.ch">jonathan.monney@unige.ch</a></p>
10198
<br>
10299
<div align="center"><a href="https://www.unige.ch/medecine/neucli/en/groupes-de-recherche/1034megevand/">
103100
<img src="https://raw.githubusercontent.com/HumanNeuronLab/ERWiN/main/assets/UNIGE_logo.png" width="200"/>
104101
</a></div>
102+
</div>

0 commit comments

Comments
 (0)