|
Re: exporting IDL data to matlab [message #17298 is a reply to message #17291] |
Wed, 29 September 1999 00:00  |
Liam Gumley
Messages: 473 Registered: November 1994
|
Senior Member |
|
|
Olivier ARCHER wrote:
> I am searching for an idl procedure for writing .mat file or for a
> matlab procedure for reading the idl 'save' format. Does anybody know if
> a such procedure exist?
I'd be surprised if there is a Matlab procedure for reading the IDL
'save' format. What about simple ASCII formatted or binary unformatted
data? For many data types, these formats work fine. If you have several
different data types that you want to read/write in one file, then I
recommend a portable format like netCDF, which is supported in IDL and
Matlab.
Cheers,
Liam.
--
Liam E. Gumley
Space Science and Engineering Center, UW-Madison
http://cimss.ssec.wisc.edu/~gumley
|
|
|