Mercurial > hg > ltpda
diff m-toolbox/html_help/help/ug/plist_intro_content.html @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/m-toolbox/html_help/help/ug/plist_intro_content.html Wed Nov 23 19:22:13 2011 +0100 @@ -0,0 +1,13 @@ +<p> + Any algorithm that requires input parameters to configure its behaviour should take a + Parameter List (<tt><a href="matlab:doc('plist')">plist</a></tt>) object as input. + A <tt>plist</tt> object contains a vector of Parameter + (<tt>param</tt>) objects, though the user never needs to deal with (<tt>param</tt>) objects directly. +</p> +<p> + The following sections introduce parameter lists: + <ul> + <li><a href="plist_create.html">Creating lists of Parameters</a></li> + </ul> +</p> +