help-octave
[Top][All Lists]
Advanced

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

Re: New Octave for Windows sourceforge release


From: Doug Stewart
Subject: Re: New Octave for Windows sourceforge release
Date: Fri, 24 Mar 2006 22:29:35 -0500
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Doug Stewart wrote:

Bill Denney wrote:

http://www.gnu.org/software/octave/download.html has a link to http://sourceforge.net/project/showfiles.php?group_id=2888 where it can be downloaded.

Also, it's generally best to reply to the list so that you can get answers faster and often better.

Bill

On Sat, 25 Mar 2006, Alexander Nervedi wrote:

Cool.!

Er.. silly questio .. but where do i download from ?
I dont see anything at http://www.octave.org/download.html


On Fri, 24 Mar 2006, Agustin Barto wrote:

I just released a new Octave for Windows Installer. It includes Octave 2.1.73 and octave-forge 2006.03.17.

Agustin




I found a problem with this new version
when i used tf2sys(n,d)   it quickly filled the screen with:
warning: tf2sys is deprecated.  Use tf() instead.
and then crashed. So I tried tf(n,d) and it still crashed!!!!!
also ---  On the download it is called 2.1.73 but here it is:

GNU Octave, version 2.1.72 (i686-pc-cygwin).
Copyright (C) 2005 John W. Eaton.
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'.

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).

octave:1> n=1
n = 1
octave:2> d=[1 7 6]
d =

 1  7  6

octave:3> s=tf(n,d)
warning: in /usr/share/octave/2.1.72/m/control/system/tf2sys.m near line 67, column 3:
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.
warning: tf2sys is deprecated.  Use tf() instead.



Doug Stewart


Please disregard this error report . I found the problem -- too many vers. installed!!
Doug Stewart



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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