Read fiout file (fidap)

Read a FIOUT file, as produced by FIDAP Finite element software into Matlab.

Vous suivez désormais cette soumission

Due to the Fortran-like(?) file format; loading a flout file would take ages using functions like textscan or fscanf in Matlab. Therefore using compiled C++ code the file is first converted to a txt file and then the header and data of the fiout file are quickly read into Matlab using the fscanf function.

Code assumes a predefined specific format for the FIOUT file; if it does not work for your files; have a look at the included *.cpp file; it should be easy to edit/improve this.
Thanks to Paul Groot, Academic Medical Center, Amsterdam for the C++ tips.

Citation pour cette source

Wouter (2026). Read fiout file (fidap) (https://fr.mathworks.com/matlabcentral/fileexchange/40593-read-fiout-file-fidap), MATLAB Central File Exchange. Extrait(e) le .

Catégories

En savoir plus sur Large Files and Big Data dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0