annotate m-toolbox/html_help/help/ug/objects_create_content.html @ 4:e3c5468b1bfe
database-connection-manager
Integrate with LTPDAPreferences
author |
Daniele Nicolodi <nicolodi@science.unitn.it> |
date |
Mon, 05 Dec 2011 16:20:06 +0100 |
parents |
f0afece42f48 |
children |
|
rev |
line source |
0
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
1 <p>
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
2 Creating LTPDA objects within MATLAB is achieved by calling the constructor of the class of object you want to create.
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
3 Typically, each class within LTPDA has many possible constructor calls which can produce the objects using different
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
4 methods and inputs.
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
5 </p>
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
6 <p>
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
7 For example, if we want to create a parameter list object (<tt>plist</tt>), the help documentation of the plist class
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
8 describes the various constructor methods. Type <tt>help plist</tt> to see the documentation.
|
Daniele Nicolodi <nicolodi@science.unitn.it>
parents:
diff
changeset
|
9 </p> |