[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.
- Need quick start on plotting 3D points, Bob001, 2016/01/07
- Re: Need quick start on plotting 3D points, PhilipNienhuis, 2016/01/07
- Re: Need quick start on plotting 3D points, Bob001, 2016/01/07
- Re: Need quick start on plotting 3D points, Doug Stewart, 2016/01/07
- Re: Need quick start on plotting 3D points, Bob001, 2016/01/08
- Re: Need quick start on plotting 3D points,
Bob001 <=
- Re: Need quick start on plotting 3D points, Doug Stewart, 2016/01/08
- Re: Need quick start on plotting 3D points, Bob001, 2016/01/08
- Re: Need quick start on plotting 3D points, Bob001, 2016/01/08
- Re: Need quick start on plotting 3D points, Bob001, 2016/01/08
- Re: Need quick start on plotting 3D points, Bob001, 2016/01/09
- Re: Need quick start on plotting 3D points, Nicholas Jankowski, 2016/01/09