Mercurial > hg > ltpda
view m-toolbox/html_help/help/ug/plist_intro_content.html @ 25:79dc7091dbbc database-connection-manager
Update tests
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
<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>