From: <par...@us...> - 2012-08-04 13:16:29
|
Revision: 10816 http://octave.svn.sourceforge.net/octave/?rev=10816&view=rev Author: paramaniac Date: 2012-08-04 13:16:23 +0000 (Sat, 04 Aug 2012) Log Message: ----------- control-devel: doc fix Modified Paths: -------------- trunk/octave-forge/extra/control-devel/inst/@iddata/get.m Modified: trunk/octave-forge/extra/control-devel/inst/@iddata/get.m =================================================================== --- trunk/octave-forge/extra/control-devel/inst/@iddata/get.m 2012-08-04 13:10:26 UTC (rev 10815) +++ trunk/octave-forge/extra/control-devel/inst/@iddata/get.m 2012-08-04 13:16:23 UTC (rev 10816) @@ -18,6 +18,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} get (@var{dat}) ## @deftypefnx {Function File} {@var{value} =} get (@var{dat}, @var{"property"}) +## @deftypefnx {Function File} {[@var{val1}, @var{val2}, @dots{}] =} get (@var{dat}, @var{"prop1"}, @var{"prop2"}, @dots{}) ## Access property values of iddata objects. ## Type @command{get(dat)} to display a list of available properties. ## @end deftypefn This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |