From help-octave-request at bevo dot che dot wisc dot edu Tue Feb 12 09:02:03 2002 Subject: Octave & Mac OSX From: Pierre Vaudrey To: Help-Octave Date: Tue, 12 Feb 2002 15:57:05 +0100 --Apple-Mail-2-858887520 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed All, I've just install Octave via Fink process on my PowerBook Ti 667 Mac OSX. As a test I use Ben Sapp 11 feb example : octave:2> function xdot = f(x,t) > xdot(1) = x(1) + x(2) + exp(-t); > xdot(2) = x(1); > endfunction octave:6> x0 = [4;pi] x0 = 4.0000 3.1416 octave:8> t = 3.5:0.05:20; octave:9> x = lsode("f",x0,t); octave:10> plot (t,x) Everything works (I can print t & x ) except " plot (t,x) " Can you help me to solve this issue ? Pierre Vaudrey email pierre dot vaudrey at wanadoo dot fr --Apple-Mail-2-858887520 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII All, I've just install Octave via Fink process on my PowerBook Ti 667 Mac OSX. Courier NewAs a test I use Ben Sapp 11 feb example : octave:2> function xdot = f(x,t) > xdot(1) = x(1) + x(2) + exp(-t); > xdot(2) = x(1); > endfunction octave:6> x0 = [4;pi] x0 = 4.0000 3.1416 octave:8> t = 3.5:0.05:20; octave:9> x = lsode("f",x0,t); octave:10> plot (t,x) Everything works (I can print t & x ) except " plot (t,x) " Can you help me to solve this issue ? Pierre Vaudrey email pierre dot vaudrey at wanadoo dot fr --Apple-Mail-2-858887520-- ------------------------------------------------------------- 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 -------------------------------------------------------------