Transfer to IDL

2 Ansichten (letzte 30 Tage)
Jacob Brinkmann
Jacob Brinkmann am 22 Dez. 2011
Kommentiert: AmazingJessie am 23 Dez. 2020
Dear smart people,
I would like to know if there are ways to export my MATLAB workspace variables over to IDL?
Thanks in advance, JJ MATLAB r2010b

Antworten (3)

Sukuchha
Sukuchha am 22 Dez. 2011
write your variable in a txt file and read it in idl !

Walter Roberson
Walter Roberson am 22 Dez. 2011
No-one seems to have bothered to build an interface that goes either way (or at least no-one seems to have mentioned having built one.)
Some examples of using the low-level functions within MATLAB and IDL are shown here
A program that claims to convert IDL source to MATLAB is at http://mac.softpedia.com/get/Math-Scientific/IDL2Matlab.shtml but I have never looked at it. I know that isn't what you are looking for, but it is one of the most common IDL / MATLAB questions.

Andrew
Andrew am 21 Feb. 2014
The GUI program 'restore_idl' converts IDL data to matlab, so might be a good starting point to develop code to go the other way.
It is based on this unofficial description of the IDL data format.
  1 Kommentar
AmazingJessie
AmazingJessie am 23 Dez. 2020
Thanks 2333333333333333333

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by