view m-toolbox/html_help/help/ug/plist_intro_content.html @ 48:16aa66670d74
database-connection-manager
Fix LTPDA Preferences tooltip
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Tue, 06 Dec 2011 19:07:27 +0100 (2011-12-06)
parents
f0afece42f48
children
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>
+ −