From: <par...@us...> - 2009-08-27 03:13:20
|
Revision: 6153 http://octave.svn.sourceforge.net/octave/?rev=6153&view=rev Author: paramaniac Date: 2009-08-27 03:13:09 +0000 (Thu, 27 Aug 2009) Log Message: ----------- cosmetic changes Modified Paths: -------------- trunk/octave-forge/main/control/inst/initial.m trunk/octave-forge/main/control/inst/svplot.m Modified: trunk/octave-forge/main/control/inst/initial.m =================================================================== --- trunk/octave-forge/main/control/inst/initial.m 2009-08-27 02:29:27 UTC (rev 6152) +++ trunk/octave-forge/main/control/inst/initial.m 2009-08-27 03:13:09 UTC (rev 6153) @@ -1,5 +1,6 @@ -## Copyright (C) 1996, 1998, 2000, 2003, 2004, 2005, 2006, 2007, 2009 +## Copyright (C) 1996, 1998, 2000, 2003, 2004, 2005, 2006, 2007 ## Auburn University. All rights reserved. +## Copyright (C) 2009 Lukas Reichlin. All rights reserved. ## ## This program is free software; you can redistribute it and/or modify it ## under the terms of the GNU General Public License as published by Modified: trunk/octave-forge/main/control/inst/svplot.m =================================================================== --- trunk/octave-forge/main/control/inst/svplot.m 2009-08-27 02:29:27 UTC (rev 6152) +++ trunk/octave-forge/main/control/inst/svplot.m 2009-08-27 03:13:09 UTC (rev 6153) @@ -17,6 +17,7 @@ ## @deftypefn{Function File} {[@var{sigma_min}, @var{sigma_max}, @var{w}] =} svplot (@var{sys}) ## @deftypefnx{Function File} {[@var{sigma_min}, @var{sigma_max}, @var{w}] =} svplot (@var{sys}, @var{w}) ## @deftypefnx{Function File} {[@var{sigma_min}, @var{sigma_max}, @var{w}] =} svplot (@var{sys}, @var{[]}, @var{ptype}) +## @deftypefnx{Function File} {[@var{sigma_min}, @var{sigma_max}, @var{w}] =} svplot (@var{sys}, @var{w}, @var{ptype}) ## If no output arguments are given, the singular value plot of a MIMO ## system is printed on the screen; ## otherwise, the singular values of the system data structure are This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |