help-octave
[Top][All Lists]
Advanced

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

Re: Need quick start on plotting 3D points


From: Bob001
Subject: Re: Need quick start on plotting 3D points
Date: Fri, 8 Jan 2016 15:23:55 -0800 (PST)

Further update:
I found an example under Simple File I/O in the documentation on saving data
to a file:
A = [ 1:3; 4:6; 7:9 ];
save myfile.mat A

I tried that example and then immediately followed it with:

b=load myfile.mat

Assuming that the saved file should be in the correct format. But, again I
got the same error message:

octave-3.4.0:13> b=load myfile.mat
parse error:

  syntax error

>>> b=load myfile.mat
                 ^




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Need-quick-start-on-plotting-3D-points-tp4674319p4674335.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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