help-octave
[Top][All Lists]
Advanced

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

Re: Baffled by csvwrite error


From: Andreas Weber
Subject: Re: Baffled by csvwrite error
Date: Sun, 20 Jan 2013 10:23:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

Hi Mark,

Am 19.01.2013 21:37, schrieb Mark Lytle:
> looks good, but I get this error:
> error: `node_price_spline' undefined near line 1966 column 21
> ....
> And the code is this:
> 
> save node_price_spline.mat x1 ys;

This saves the vars x2 and ys to a file "node_price_spline.mat" in your
current dir.

> csvwrite('text.csv',node_price_spline.mat);

This trys to save a variable named "node_price_spline.mat" to a file
"text.csv", but there is no var node_price_spline.

> I can't see what the problem is.
> Any suggestions are appreciated...

HTH, Andy


reply via email to

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