help-octave
[Top][All Lists]
Advanced

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

Re: Plotting data into file


From: Michael Kopp
Subject: Re: Plotting data into file
Date: Mon, 13 Jun 2005 18:31:19 +0200
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

Robert A. Macy schrieb:
adapt this line that sets calculated ranges...

y1=min(variable);y2=max(variable);
cmdstr=(sprintf("gset yrange [%f:%f]\n",y1,y2);
eval(cmdstr);

Thanks, this worked fine.

Michael.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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