From: <par...@us...> - 2012-08-23 20:03:20
|
Revision: 10902 http://octave.svn.sourceforge.net/octave/?rev=10902&view=rev Author: paramaniac Date: 2012-08-23 20:03:09 +0000 (Thu, 23 Aug 2012) Log Message: ----------- control: add small formula to doc Modified Paths: -------------- trunk/octave-forge/main/control/inst/sensitivity.m Modified: trunk/octave-forge/main/control/inst/sensitivity.m =================================================================== --- trunk/octave-forge/main/control/inst/sensitivity.m 2012-08-23 19:35:50 UTC (rev 10901) +++ trunk/octave-forge/main/control/inst/sensitivity.m 2012-08-23 20:03:09 UTC (rev 10902) @@ -23,6 +23,19 @@ ## The quantity @var{Ms} is simply the inverse of the shortest ## distance from the Nyquist curve to the critical point -1. ## Reasonable values of @var{Ms} are in the range from 1.3 to 2. +## @iftex +## @tex +## $$ M_s = ||S(j\\omega)||_{\\infty} $$ +## @end tex +## @end iftex +## @ifnottex +## +## @example +## Ms = ||S(jw)|| +## inf +## @end example +## +## @end ifnottex ## If no output arguments are given, the critical distance 1/Ms ## is plotted on a Nyquist diagram. ## This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |