How can I read,write,execute or convert Interactive Data Language (IDL) files to work with MATLAB?

26 views (last 30 days)
I have program code and saved data files created using the Research Systems, Inc. Interactive Data Language software, and I would like to import these into MATLAB.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 10 Dec 2021
Edited: MathWorks Support Team on 13 Dec 2021
The ability to read, write, execute, or convert program code created using IDL is not available in MATLAB.
The ability to read, write, or convert saved data files created using IDL is not available in MATLAB.
To work around this, you can use the Low-Level File I/O functions of MATLAB (e.g. FOPEN, FREAD, FWRITE, FCLOSE), provided that the file format of the IDL data file is known.
For more information on the File I/O functions of MATLAB, consult the File I/O Guide at:

More Answers (0)

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R13SP1

Community Treasure Hunt

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

Start Hunting!