view m-toolbox/html_help/help/ug/plist_intro_content.html @ 40:977eb37f31cb database-connection-manager

User friendlier errors from utils.mysql.connect
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Mon, 05 Dec 2011 18:04:03 +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>