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> |