robert bristow-johnson
2009-01-27 21:24:54 UTC
hi,
i've used Octave before on a Linux machine and am pretty well versed
with MATLAB. i downloaded all that i thought i was required to to get
Octave for this laptop Mac (PPC, OSX):
System Version: Mac OS X 10.4.11 (8S165)
Kernel Version: Darwin 8.11.0
to test i tried to plot a simple graph:
___________________________________
Last login: Tue Jan 27 16:10:18 on ttyp1
Welcome to Darwin!
robert-s-powerbook-g4-15:~ robert$ exec '/Applications/Octave.app/
Contents/Resources/bin/octave'
GNU Octave, version 3.0.2
Copyright (C) 2008 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
Octave was configured for "powerpc-apple-darwin7.9.1".
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html
Report bugs to <***@octave.org> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful
report).
For information about changes from previous versions, type `news'.
octave-3.0.2:1> x = linspace(0,1,4097);
octave-3.0.2:2> y = x.^2;
octave-3.0.2:3> plot(x,y);
octave-3.0.2:4>
___________________________________
before i started up Octave, i started up gnuplot, but i typed in no
commands (i don't really know anything about gnuplot):
___________________________________
Last login: Tue Jan 27 15:38:10 on ttyp1
exec '/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot'
Welcome to Darwin!
robert-s-powerbook-g4-15:~ robert$ exec '/Applications/Gnuplot.app/
Contents/Resources/bin/gnuplot'
G N U P L O T
Version 4.2 patchlevel 3
last modified Mar 2008
System: Darwin 8.11.0
Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to <http://sourceforge.net/
projects/gnuplot>
Terminal type set to 'aqua'
gnuplot>
____________________________________
it appears that i *do* get these Octave arrays, "x" and "y", and the
call to plot() came back with no diagnostics, but i got no window with
any plot in it. what more must i do to get this to work? are there
any Mac Octave users out there that can help me?
thanks for any help. feel free to ask me about any DSP questions
(that's something i'm pretty good at, but i am no good at getting
sparsely documented software to work) in exchange.
r b-j
i've used Octave before on a Linux machine and am pretty well versed
with MATLAB. i downloaded all that i thought i was required to to get
Octave for this laptop Mac (PPC, OSX):
System Version: Mac OS X 10.4.11 (8S165)
Kernel Version: Darwin 8.11.0
to test i tried to plot a simple graph:
___________________________________
Last login: Tue Jan 27 16:10:18 on ttyp1
Welcome to Darwin!
robert-s-powerbook-g4-15:~ robert$ exec '/Applications/Octave.app/
Contents/Resources/bin/octave'
GNU Octave, version 3.0.2
Copyright (C) 2008 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
Octave was configured for "powerpc-apple-darwin7.9.1".
Additional information about Octave is available at http://www.octave.org.
Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html
Report bugs to <***@octave.org> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful
report).
For information about changes from previous versions, type `news'.
octave-3.0.2:1> x = linspace(0,1,4097);
octave-3.0.2:2> y = x.^2;
octave-3.0.2:3> plot(x,y);
octave-3.0.2:4>
___________________________________
before i started up Octave, i started up gnuplot, but i typed in no
commands (i don't really know anything about gnuplot):
___________________________________
Last login: Tue Jan 27 15:38:10 on ttyp1
exec '/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot'
Welcome to Darwin!
robert-s-powerbook-g4-15:~ robert$ exec '/Applications/Gnuplot.app/
Contents/Resources/bin/gnuplot'
G N U P L O T
Version 4.2 patchlevel 3
last modified Mar 2008
System: Darwin 8.11.0
Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from http://www.gnuplot.info/faq/
Send bug reports and suggestions to <http://sourceforge.net/
projects/gnuplot>
Terminal type set to 'aqua'
gnuplot>
____________________________________
it appears that i *do* get these Octave arrays, "x" and "y", and the
call to plot() came back with no diagnostics, but i got no window with
any plot in it. what more must i do to get this to work? are there
any Mac Octave users out there that can help me?
thanks for any help. feel free to ask me about any DSP questions
(that's something i'm pretty good at, but i am no good at getting
sparsely documented software to work) in exchange.
r b-j