|
From: | Doug Stewart |
Subject: | Re: Need quick start on plotting 3D points |
Date: | Fri, 8 Jan 2016 19:06:16 -0500 |
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
--
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
[Prev in Thread] | Current Thread | [Next in Thread] |