help-octave
[Top][All Lists]
Advanced

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

Re: Octave.app 2.9.13 for Mac OS X


From: Henry F. Mollet
Subject: Re: Octave.app 2.9.13 for Mac OS X
Date: Sat, 28 Jul 2007 18:57:55 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

Great; way to go on a Mac!
On an older iMac (however, OS X 10.4.10) with octave 2.1.73 in
/usr/local/bin and octave 2.9.12 in Application folder installed, (plus
gnuplot 4.0 in /usr/local/bin), I trashed octave-2.9.12 application and
installed both octave-2.9.13 app and gnuplot-4.2.0 app. Installation was
quick and successful.
Henry

Last login: Sat Jul 28 18:19:31 on ttyp1
exec '/Applications/Octave.app/Contents/Resources/bin/octave'
Welcome to Darwin!
cut
 [~] -bash-2.05b 234$ exec
'/Applications/Octave.app/Contents/Resources/bin/octave'
GNU Octave, version 2.9.13

octave-2.9.13:1> figure (1);plot (1:10);
octave-2.9.13:2> figure(2); plot (2:12);
octave-2.9.13:3> figure (1); hold on; plot (2:13); hold off;
octave-2.9.13:4> which gnuplot
which: `gnuplot' is undefined
# However, terminal window title had changed from octave-2.9.13 to
#gnuplot-4.2.0 and plots appeared in AquaTerm windows.

octave-2.9.13:5> quit
[Process completed]

Last login: Sat Jul 28 18:19:34 on ttyp2
exec '/Applications/GnuPlot.app/Contents/Resources/bin/gnuplot'
Welcome to Darwin!

 [~] -bash-2.05b 235$ exec
'/Applications/GnuPlot.app/Contents/Resources/bin/gnuplot'

        G N U P L O T
        Version 4.2 patchlevel 0
        last modified March 2007
        System: Darwin 8.10.0

cut

Terminal type set to 'aqua'
gnuplot> plot sin(x)
gnuplot>


on 7/28/07 8:47 AM, Thomas Treichl at address@hidden wrote:

> Hi,
> 
> I just uploaded Octave.app 2.9.13 to the sourceforge's server. Some of the
> most 
> recent changes against Octave.app 2.9.12 are:
> 
> - the latest Octave 2.9.13 codes available have been used to create the
> binaries.
> 
> - the name octave.app changed to Octave.app (links that point to octave.app or
> to another file within octave.app may be broken because of the upper-case
> letter 
> at the beginning). Future versions of Octave.app will also start with an
> upper-case letter...
> 
> - a pre-release version of Gnuplot.app is in the dmg. Read the Readme.html
> file 
> of octave-2.9.13-XXX.dmg about 'when to set it up' and 'how to set it up for
> Octave'. Other details are in the Readme.html file of gnuplot-4.2.0-XXX.dmg.
> 
> That's it from my side,
> 
>    Thomas
> 
> 
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave




reply via email to

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