From: <par...@us...> - 2011-07-24 20:36:16
|
Revision: 8406 http://octave.svn.sourceforge.net/octave/?rev=8406&view=rev Author: paramaniac Date: 2011-07-24 20:36:09 +0000 (Sun, 24 Jul 2011) Log Message: ----------- control: minor improvements Modified Paths: -------------- trunk/octave-forge/main/control/inst/h2syn.m trunk/octave-forge/main/control/inst/hinfsyn.m trunk/octave-forge/main/control/inst/hsvd.m Modified: trunk/octave-forge/main/control/inst/h2syn.m =================================================================== --- trunk/octave-forge/main/control/inst/h2syn.m 2011-07-24 06:25:59 UTC (rev 8405) +++ trunk/octave-forge/main/control/inst/h2syn.m 2011-07-24 20:36:09 UTC (rev 8406) @@ -16,7 +16,7 @@ ## along with LTI Syncope. If not, see <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}] =} h2syn (@var{P}, @var{nmeas}, @var{ncon}) +## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}, @var{rcond}] =} h2syn (@var{P}, @var{nmeas}, @var{ncon}) ## H-2 control synthesis for LTI plant. ## Uses SLICOT SB10HD and SB10ED by courtesy of ## @uref{http://www.slicot.org, NICONET e.V.} Modified: trunk/octave-forge/main/control/inst/hinfsyn.m =================================================================== --- trunk/octave-forge/main/control/inst/hinfsyn.m 2011-07-24 06:25:59 UTC (rev 8405) +++ trunk/octave-forge/main/control/inst/hinfsyn.m 2011-07-24 20:36:09 UTC (rev 8406) @@ -16,8 +16,8 @@ ## along with LTI Syncope. If not, see <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}] =} hinfsyn (@var{P}, @var{nmeas}, @var{ncon}) -## @deftypefnx{Function File} {[@var{K}, @var{N}, @var{gamma}] =} hinfsyn (@var{P}, @var{nmeas}, @var{ncon}, @var{gmax}) +## @deftypefn{Function File} {[@var{K}, @var{N}, @var{gamma}, @var{rcond}] =} hinfsyn (@var{P}, @var{nmeas}, @var{ncon}) +## @deftypefnx{Function File} {[@var{K}, @var{N}, @var{gamma}, @var{rcond}] =} hinfsyn (@var{P}, @var{nmeas}, @var{ncon}, @var{gmax}) ## H-infinity control synthesis for LTI plant. ## Uses SLICOT SB10FD and SB10DD by courtesy of ## @uref{http://www.slicot.org, NICONET e.V.} Modified: trunk/octave-forge/main/control/inst/hsvd.m =================================================================== --- trunk/octave-forge/main/control/inst/hsvd.m 2011-07-24 06:25:59 UTC (rev 8405) +++ trunk/octave-forge/main/control/inst/hsvd.m 2011-07-24 20:36:09 UTC (rev 8406) @@ -58,7 +58,7 @@ hsv_r = hsv; else bar ((1:ns) + (rows (a) - ns), hsv); - title ("Hankel Singular Values of Stable Part"); + title (["Hankel Singular Values of Stable Part of ", inputname(1)]); xlabel ("State"); ylabel ("State Energy"); grid ("on"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |