From: <par...@us...> - 2012-01-24 16:38:35
|
Revision: 9562 http://octave.svn.sourceforge.net/octave/?rev=9562&view=rev Author: paramaniac Date: 2012-01-24 16:38:24 +0000 (Tue, 24 Jan 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-01-24 16:21:41 UTC (rev 9561) +++ trunk/octave-forge/main/control/NEWS 2012-01-24 16:38:24 UTC (rev 9562) @@ -1,6 +1,19 @@ Summary of important user-visible changes for releases of the control package =============================================================================== +control-2.2.5 Release Date: 2012-xx-yy Release Manager: Lukas Reichlin +=============================================================================== + +** Improved Matlab compatibility for frequency response commands. It is now + possible to specify a frequency range. Example: bode (sys, {wmin, wmax}) + where wmin and wmax denote frequencies in rad/s. + +** margin + -- Fixed a variable name such that discrete-time models are plotted + without an error. (Thanks to Renato Caldas) + + +=============================================================================== control-2.2.4 Release Date: 2012-01-07 Release Manager: Lukas Reichlin =============================================================================== This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |