Mercurial > hg > ltpda
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 <p> | |
2 Any algorithm that requires input parameters to configure its behaviour should take a | |
3 Parameter List (<tt><a href="matlab:doc('plist')">plist</a></tt>) object as input. | |
4 A <tt>plist</tt> object contains a vector of Parameter | |
5 (<tt>param</tt>) objects, though the user never needs to deal with (<tt>param</tt>) objects directly. | |
6 </p> | |
7 <p> | |
8 The following sections introduce parameter lists: | |
9 <ul> | |
10 <li><a href="plist_create.html">Creating lists of Parameters</a></li> | |
11 </ul> | |
12 </p> | |
13 |