From: <par...@us...> - 2012-02-23 13:31:10
|
Revision: 9668 http://octave.svn.sourceforge.net/octave/?rev=9668&view=rev Author: paramaniac Date: 2012-02-23 13:30:59 +0000 (Thu, 23 Feb 2012) Log Message: ----------- control: update news file Modified Paths: -------------- trunk/octave-forge/main/control/NEWS Modified: trunk/octave-forge/main/control/NEWS =================================================================== --- trunk/octave-forge/main/control/NEWS 2012-02-22 22:07:33 UTC (rev 9667) +++ trunk/octave-forge/main/control/NEWS 2012-02-23 13:30:59 UTC (rev 9668) @@ -4,6 +4,14 @@ control-2.3.50 Release Date: 2012-xx-yy Release Manager: Lukas Reichlin =============================================================================== +** Added new functions for frequency-weighted model and controller order + reduction: + + bstmodred btaconred + btamodred cfconred + hnamodred fwcfconred + spamodred spaconred + ** Require Octave version 3.6.0 or better. (The frequency response plotting commands have been simplified. They now use the fixed "axis tight" command. This is a first step towards multiple systems in one plot, @@ -14,7 +22,10 @@ -- The get command doesn't need a return argument anymore. set (sys, "key", value) is now equivalent to sys = set (sys, "key", value). +** Revised package installation. The new solution compiles the SLICOT library + in a less barbaric way and brings along faster compile times. + =============================================================================== control-2.2.5 Release Date: 2012-02-09 Release Manager: Lukas Reichlin =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |