help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

save -mat-binary


From: cctsim
Subject: save -mat-binary
Date: Sat, 14 Jun 2003 21:40:08 +0100 (BST)

I have files containing 1's and -1's 
e.g.
>> C=[1 1 -1];
>> save -mat-binary test.mat C

A colleague using matlab (6.1) needs to load these files.
However, If we try to open the files in matlab we get the following:
>> load test.mat
>> C
C =

  1.0e-316 *

    0.8257         0         0

Saving the file using
  >> save -mat4-binary test.mat C
works fine.

I use octave 2.1.49. 
Thanks in advance for any
suggestions.

Regards
cctsim



__________________________________________________
Yahoo! Plus - For a better Internet experience
http://uk.promotions.yahoo.com/yplus/yoffer.html



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]