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/05/28 09:09] witko [Temporal series] |
sunfluidh:sunfluidh_matlab [2022/04/04 11:01] (Version actuelle) witko |
||
---|---|---|---|
Ligne 2: | Ligne 2: | ||
- | Three different matlab functions can read sunfluidh output files. | + | Three different matlab functions can read sunfluidh output files. [[https:// |
//export MATLABPATH=' | //export MATLABPATH=' | ||
- **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,' | ||
</ | </ | ||
Ligne 113: | Ligne 114: | ||
<file txt> | <file txt> | ||
s = read_sunfluidh_probes; | s = read_sunfluidh_probes; | ||
- | plot(s.time, | + | plot(s.time, |
</ | </ | ||