help-octave
[Top][All Lists]
Advanced

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

passing a parameter from octave to gnuplot


From: Assaf Kletter
Subject: passing a parameter from octave to gnuplot
Date: Thu, 11 Aug 2005 08:23:53 -0500

hi,
i would like to pass a parameter/variable from octave to gnuplot, but i'm getting an error. for example:

octave:10> le=5
octave:11> gset xrange[le-10:le];
octave:12>          line 0: undefined variable: le

i also tried "global le=5", with the same result.

thanks for the help.

reply via email to

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