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: Doug Stewart
Subject: Re: Need quick start on plotting 3D points
Date: Fri, 8 Jan 2016 19:06:16 -0500



On Fri, Jan 8, 2016 at 6:23 PM, Bob001 <address@hidden> wrote:
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
                 ^
try
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.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



--
DASCertificate for 206392


reply via email to

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