Read fiout file (fidap)

Version 1.0.0.0 (6.74 KB) by Wouter
Read a FIOUT file, as produced by FIDAP Finite element software into Matlab.
268 Downloads
Updated 1 Mar 2013

View License

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.

Cite As

Wouter (2024). Read fiout file (fidap) (https://www.mathworks.com/matlabcentral/fileexchange/40593-read-fiout-file-fidap), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Large Files and Big Data in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0