Re: reading matlab save files [message #31432] |
Fri, 12 July 2002 09:01  |
btupper
Messages: 55 Registered: January 2002
|
Member |
|
|
On Thu, 11 Jul 2002 22:43:14 +0200, Reimar Bauer
<r.bauer@fz-juelich.de> wrote:
> yesterday I read something about a gen_write routine for idl and matlab
> at Ben's page.
>
> http://www.tidewater.net/~pemaquid/
>
Hi,
The gen_write and gen_read routines are under development to
facilitate passing data between IDL, MatLab, and (eventually) LabView.
These are modeled after Liam Gumley's slick BinRead and BinWrite
routines. These use standard tags that describe the data size,
endian-ness, row/column major ordering and an optional tag. They have
not been tested much. The format is *not* .m file nor the IDL .sav
file formats.
Ben
|
|
|
|
|
Re: reading matlab save files [message #31551 is a reply to message #31432] |
Mon, 15 July 2002 19:06  |
Michael Henschel
Messages: 2 Registered: July 2002
|
Junior Member |
|
|
After some slight debugging in the matlab, it works quite nicely. Do you
want the debugged matlab?
Michael
Ben Tupper wrote:
> On Thu, 11 Jul 2002 22:43:14 +0200, Reimar Bauer
> <r.bauer@fz-juelich.de> wrote:
>
>> yesterday I read something about a gen_write routine for idl and matlab
>> at Ben's page.
>>
>> http://www.tidewater.net/~pemaquid/
>>
> Hi,
>
> The gen_write and gen_read routines are under development to
> facilitate passing data between IDL, MatLab, and (eventually) LabView.
> These are modeled after Liam Gumley's slick BinRead and BinWrite
> routines. These use standard tags that describe the data size,
> endian-ness, row/column major ordering and an optional tag. They have
> not been tested much. The format is *not* .m file nor the IDL .sav
> file formats.
>
> Ben
|
|
|