Mercurial > hg > ltpda
view m-toolbox/html_help/help/ug/plist_intro_content.html @ 52:daf4eab1a51e database-connection-manager tip
Fix. Default password should be [] not an empty string
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:29:47 +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>