gd & buildMatTable: a reflective solution, one-command read of .mat file into Fortran programs
This piece of code provides a convenient solution for developers who want to conveniently read all the content of a MATLAB file into memory in Fortran.
It contains two components: gd and buildMatTable. gd constructs a pseudo-MATLAB data structure in Fortran, and it simplifies the data management and I/O in Fortran-code development. BuildMatTable then lets the user to read all from the .mat file into memory with a single command, with the assistance of gd. The assembly of the data structure is completely automatic and recursive.
Cita come
WhoAreWe (2025). gd & buildMatTable: a reflective solution, one-command read of .mat file into Fortran programs (https://it.mathworks.com/matlabcentral/fileexchange/65187-gd-buildmattable-a-reflective-solution-one-command-read-of-mat-file-into-fortran-programs), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Data Import and Analysis > Data Import and Export > Workspace Variables and MAT Files >
- MATLAB > External Language Interfaces > Fortran with MATLAB >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 | update the description |
