help-octave
[Top][All Lists]
Advanced

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

octave.app (3.02) on Mac


From: Anton van Oosten
Subject: octave.app (3.02) on Mac
Date: Tue, 14 Oct 2008 22:48:20 +0200

Hi all

I just installed octave.app on  my PPC OS10.4 latest Mac, started up
and ran my first command:

plot(0:90,sin(pi/180*(0:90)))

The plot remained empty, whereas the line works ok in matlab.
What went wrong?

Thanks

Anton

The command listing is:
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 <address@hidden> (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> plot(0:90,sin(pi/180*(0:90)))usage: __pltopt1__ (caller, opt)
error: evaluating if command near line 63, column 3
error: called from `__pltopt1__' in file `/Users/aoosten/__pltopt1__.m'
error: evaluating for command near line 109, column 5
error: evaluating if command near line 95, column 3
error: called from `__pltopt__' in file `/Applications/Octave.app/ Contents/Resources/share/octave/3.0.2/m/plot/__pltopt__.m'
error: evaluating if command near line 55, column 2
error: evaluating if command near line 54, column 7
error: evaluating while command near line 41, column 5
error: evaluating if command near line 28, column 3
error: called from `__plt__' in file `/Applications/Octave.app/ Contents/Resources/share/octave/3.0.2/m/plot/__plt__.m'
error: evaluating assignment expression near line 187, column 9
error: called from `plot' in file `/Applications/Octave.app/Contents/ Resources/share/octave/3.0.2/m/plot/plot.m' octave-3.0.2:1>
reply via email to

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