Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
sunfluidh:sunfluidh_matlab [2019/12/11 09:09] witko [Reading output files with Matlab (examples)] |
sunfluidh:sunfluidh_matlab [2022/04/04 11:01] (Version actuelle) witko |
||
---|---|---|---|
Ligne 7: | Ligne 7: | ||
- **read_sunfluidh_data** reads res* or rst* files | - **read_sunfluidh_data** reads res* or rst* files | ||
- **read_sunfluidh_probes** | - **read_sunfluidh_probes** | ||
- | - **read-sunfluidh-namelist** reads check_namelist_data.dat | + | - **read_sunfluidh_namelist** reads check_namelist_data.dat |
As for any matlab function, the documentation is built in. In the command window just type : **help** read_sunfluidh_data or **doc** read_sunfluidh_data. | As for any matlab function, the documentation is built in. In the command window just type : **help** read_sunfluidh_data or **doc** read_sunfluidh_data. | ||
- | <note important> | + | <note important> |
</ | </ | ||
Ligne 95: | Ligne 95: | ||
semilogy(time, | semilogy(time, | ||
grid on | grid on | ||
- | xlabel(' | + | xlabel(' |
+ | set(gca,' | ||
</ | </ | ||