gd & buildMatTable: a reflective solution, one-command read of .mat file into Fortran programs

Versione 1.0.0.0 (3,27 MB) da WhoAreWe
A convenient solution to use MATLAB as input interface in Fortran
24 download
Aggiornato 6 mar 2018

Visualizza la licenza

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
Creato con R2014b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

update the description