help-octave
[Top][All Lists]
Advanced

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

Re: Octave.app 2.9.17 for Mac OS X


From: Tatsuro MATSUOKA
Subject: Re: Octave.app 2.9.17 for Mac OS X
Date: Mon, 12 Nov 2007 12:43:32 +0900 (JST)

Hi Thomas

I have just confirmed your patch on both worked well on the cygwin and the 
mingw.
Thanks again!!

I hope that the CVS sysout.m to be updated soon.

Tatsuro

--- Tatsuro MATSUOKA <address@hidden> wrote:

> Hi Thomas
> 
> Thanks a lot !!!!!!!!
> 
> Tatsuro
> 
> 
> --- Thomas Treichl <address@hidden> wrote:
> 
> > Hi Tatsuro,
> > 
> > the problem is there in Octave.app 2.9.17. I attached a patch that fixes the
> > problem in the current CVS.
> > 
> >   Thomas
> > 
> > Tatsuro MATSUOKA schrieb:
> > > Dear Thomas
> > > 
> > > 
> > > Did you solved the problem of sysout for discrete system?
> > > Or did it work well on your system ?
> > > 
> > > http://www.cae.wisc.edu/pipermail/octave-maintainers/2007-November/004849.html
> > > 
> > > 
> > > If so, please tell me.
> > > If not you remind this bug has not been solved.
> > > 
> > > I do not use the functions of category but it seems to be important for 
> > > the users who treat
> > the
> > > control theory.
> > > 
> > > Tatsuro
> > > 
> > > --- Thomas Treichl <address@hidden> wrote:
> > > 
> > >> Hi,
> > >>
> > >> I have uploaded the compressed disc images *.dmg including Octave.app 
> > >> 2.9.17
> > >> for PPC Mac OS X and i386 Mac OS X to the Sourceforge's server. Please 
> > >> read
> > >> the Readme.html file that comes with the *.dmg about 'Installation', 
> > >> 'FAQ', 
> > >> 'Limitations', etc.
> > >>
> > >> Some of the most recent changes in comparison to the last Octave.app 
> > >> 2.9.16  are:
> > >>
> > >> - the latest Octave 2.9.17 sources available have been used to build 
> > >> these Mac
> > >>    binaries,
> > >>
> > >> - a not-official Gnuplot.app 4.2.2 can be found in the Extras directory. 
> > >> Again,
> > >>    please read the Readme.html file about 'Installation', 'Limitations', 
> > >> 'FAQ',
> > >>    etc. of this compressed disc image.
> > >>
> > >> The md5 checksums of the *.dmg are
> > >> - MD5 (octave-2.9.17-ppc.dmg) = 76c58d4eac66da6e35dceb959b60a126
> > >> - MD5 (octave-2.9.17-i386.dmg) = 474ac86c54438a6a8376979dcd11b3eb
> > >>
> > >> That's it from my side,
> > >>
> > >>      Thomas
> > > 2007-11-11  Thomas Treichl  <address@hidden>
> > 
> >     * control/system/sysout.m: Small bugfix.
> > > --- control/system/sysout.m.~1.12.~       2007-11-11 20:11:05.000000000 
> > > +0100
> > +++ control/system/sysout.m 2007-11-11 20:11:28.000000000 +0100
> > @@ -83,7 +83,7 @@
> >      disp ("Output(s): none");
> >    endif
> >    if (sysgettsam (sys) > 0)
> > -    disp ("Sampling interval: %g", sysgettsam (sys));
> > +    disp (sprintf ("Sampling interval: %g", sysgettsam (sys)));
> >      str = "z";
> >    else
> >      str = "s";
> > > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> > https://www.cae.wisc.edu/mailman/listinfo/help-octave
> > 
> 
> 
> --------------------------------------
> New Design Yahoo! JAPAN  2008/01/01
> http://pr.mail.yahoo.co.jp/newdesign/
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
> 


--------------------------------------
New Design Yahoo! JAPAN  2008/01/01
http://pr.mail.yahoo.co.jp/newdesign/


reply via email to

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