Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_collection_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 <!-- $Id: class_desc_collection_content.html,v 1.3 2011/05/12 19:47:55 ingo Exp $ --> | |
2 | |
3 <!-- ================================================== --> | |
4 <!-- BEGIN CONTENT FILE --> | |
5 <!-- ================================================== --> | |
6 <!-- ===== link box: Begin ===== --> | |
7 <p> | |
8 <table border="1" width="80%"> | |
9 <tr> | |
10 <td> | |
11 <table border="0" cellpadding="5" class="categorylist" width="100%"> | |
12 <colgroup> | |
13 <col width="37%"/> | |
14 <col width="63%"/> | |
15 </colgroup> | |
16 <tbody> | |
17 <tr valign="top"> | |
18 <td> | |
19 <a href="class_desc_collection.html#top_properties">Properties</a> | |
20 </td> | |
21 <td>Properties of the class</td> | |
22 </tr> | |
23 <tr valign="top"> | |
24 <td> | |
25 <a href="class_desc_collection.html#top_methods">Methods</a> | |
26 </td> | |
27 <td>All Methods of the class ordered by category.</td> | |
28 </tr> | |
29 <tr valign="top"> | |
30 <td> | |
31 <a href="constructor_examples_collection.html">Examples</a> | |
32 </td> | |
33 <td>Some constructor examples</td> | |
34 </tr> | |
35 </tbody> | |
36 </table> | |
37 </td> | |
38 </tr> | |
39 </table> | |
40 </p> | |
41 <!-- ===== link box: End ====== --> | |
42 | |
43 <!-- ===== Back to Class descriptions ===== --> | |
44 <a href="class_desc_main.html"> | |
45 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/> | |
46 Back to Class descriptions | |
47 </a> | |
48 | |
49 <h2 class="title"><a name="top_properties"/>Properties</h2> | |
50 <p> | |
51 The LTPDA toolbox restrict access of the properties.<br></br> | |
52 The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br> | |
53 <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre> | |
54 The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method. | |
55 <pre class="programlisting"> | |
56 For example: | |
57 obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span> | |
58 obj.setName(<span class="string">'my name'</span>); <span class="comment">% This command applies to obj</span> </pre> | |
59 </p> | |
60 <!-- ===== Properties ===== --> | |
61 <p> | |
62 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
63 <colgroup> | |
64 <col width="15%"/> | |
65 <col width="73%"/> | |
66 <col width="12%"/> | |
67 </colgroup> | |
68 <thead> | |
69 <tr valign="top"> | |
70 <th class="categorylist">Properties</th> | |
71 <th class="categorylist">Description</th> | |
72 <th class="categorylist">Defined in class</th> | |
73 </tr> | |
74 </thead> | |
75 <tbody> | |
76 <!-- Property: 'objs' --> | |
77 <tr valign="top"> | |
78 <td bgcolor="#f3f4f5"> | |
79 <p><a href="matlab:doc('collection.objs')">objs</a></p> | |
80 </td> | |
81 <td bgcolor="#f3f4f5"> | |
82 <p>objects in collection</p> | |
83 </td> | |
84 <td bgcolor="#f3f4f5"> | |
85 <p>collection</p> | |
86 </td> | |
87 </tr> | |
88 <!-- Property: 'hist' --> | |
89 <tr valign="top"> | |
90 <td> | |
91 <p><a href="matlab:doc('collection.hist')">hist</a></p> | |
92 </td> | |
93 <td> | |
94 <p>history of the object (history object)</p> | |
95 </td> | |
96 <td> | |
97 <p>ltpda_uoh</p> | |
98 </td> | |
99 </tr> | |
100 <!-- Property: 'procinfo' --> | |
101 <tr valign="top"> | |
102 <td bgcolor="#f3f4f5"> | |
103 <p><a href="matlab:doc('collection.procinfo')">procinfo</a></p> | |
104 </td> | |
105 <td bgcolor="#f3f4f5"> | |
106 <p>plist with additional information for an object.</p> | |
107 </td> | |
108 <td bgcolor="#f3f4f5"> | |
109 <p>ltpda_uoh</p> | |
110 </td> | |
111 </tr> | |
112 <!-- Property: 'plotinfo' --> | |
113 <tr valign="top"> | |
114 <td> | |
115 <p><a href="matlab:doc('collection.plotinfo')">plotinfo</a></p> | |
116 </td> | |
117 <td> | |
118 <p>plist with the plot information</p> | |
119 </td> | |
120 <td> | |
121 <p>ltpda_uoh</p> | |
122 </td> | |
123 </tr> | |
124 <!-- Property: 'name' --> | |
125 <tr valign="top"> | |
126 <td bgcolor="#f3f4f5"> | |
127 <p><a href="matlab:doc('collection.name')">name</a></p> | |
128 </td> | |
129 <td bgcolor="#f3f4f5"> | |
130 <p>name of the object</p> | |
131 </td> | |
132 <td bgcolor="#f3f4f5"> | |
133 <p>ltpda_uo</p> | |
134 </td> | |
135 </tr> | |
136 <!-- Property: 'description' --> | |
137 <tr valign="top"> | |
138 <td> | |
139 <p><a href="matlab:doc('collection.description')">description</a></p> | |
140 </td> | |
141 <td> | |
142 <p>description of the object</p> | |
143 </td> | |
144 <td> | |
145 <p>ltpda_uo</p> | |
146 </td> | |
147 </tr> | |
148 <!-- Property: 'mdlfile' --> | |
149 <tr valign="top"> | |
150 <td bgcolor="#f3f4f5"> | |
151 <p><a href="matlab:doc('collection.mdlfile')">mdlfile</a></p> | |
152 </td> | |
153 <td bgcolor="#f3f4f5"> | |
154 <p>model xml file of the LTPDAworkbench</p> | |
155 </td> | |
156 <td bgcolor="#f3f4f5"> | |
157 <p>ltpda_uo</p> | |
158 </td> | |
159 </tr> | |
160 <!-- Property: 'UUID' --> | |
161 <tr valign="top"> | |
162 <td> | |
163 <p><a href="matlab:doc('collection.UUID')">UUID</a></p> | |
164 </td> | |
165 <td> | |
166 <p>Universally Unique Identifier of 128-bit</p> | |
167 </td> | |
168 <td> | |
169 <p>ltpda_uo</p> | |
170 </td> | |
171 </tr> | |
172 </tbody> | |
173 </table> | |
174 </p> | |
175 | |
176 <!-- ===== Top of page ===== --> | |
177 <a href="#top_of_page"> | |
178 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
179 Back to Top | |
180 </a> | |
181 | |
182 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
183 <!-- ===== link box: Begin ===== --> | |
184 <p> | |
185 <table border="1" width="80%"> | |
186 <tr> | |
187 <td> | |
188 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
189 <colgroup> | |
190 <col width="37%"/> | |
191 <col width="63%"/> | |
192 </colgroup> | |
193 <tbody> | |
194 <tr valign="top"> | |
195 <td> | |
196 <a href="class_desc_collection.html#constructor">Constructor</a> | |
197 </td> | |
198 <td>Constructor of this class</td> | |
199 </tr> | |
200 <tr valign="top"> | |
201 <td> | |
202 <a href="class_desc_collection.html#helper">Helper</a> | |
203 </td> | |
204 <td>Helper methods only for internal usage</td> | |
205 </tr> | |
206 <tr valign="top"> | |
207 <td> | |
208 <a href="class_desc_collection.html#internal">Internal</a> | |
209 </td> | |
210 <td>Internal methods only for internal usage</td> | |
211 </tr> | |
212 <tr valign="top"> | |
213 <td> | |
214 <a href="class_desc_collection.html#output">Output</a> | |
215 </td> | |
216 <td>Output methods</td> | |
217 </tr> | |
218 <tr valign="top"> | |
219 <td> | |
220 <a href="class_desc_collection.html#relational_operator">Relational Operator</a> | |
221 </td> | |
222 <td>Relational operator methods</td> | |
223 </tr> | |
224 </tbody> | |
225 </table> | |
226 </td> | |
227 </tr> | |
228 </table> | |
229 </p> | |
230 <!-- ===== link box: End ====== --> | |
231 | |
232 <!-- ===== Top of page ===== --> | |
233 <a href="#top_of_page"> | |
234 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
235 Back to Top | |
236 </a> | |
237 | |
238 <!-- ===== Methods Category: Constructor ===== --> | |
239 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
240 <p> | |
241 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
242 <colgroup> | |
243 <col width="15%"/> | |
244 <col width="73%"/> | |
245 <col width="12%"/> | |
246 </colgroup> | |
247 <thead> | |
248 <tr valign="top"> | |
249 <th class="categorylist">Methods</th> | |
250 <th class="categorylist">Description</th> | |
251 <th class="categorylist">Defined in class</th> | |
252 </tr> | |
253 </thead> | |
254 <tbody> | |
255 <!-- collection/collection --> | |
256 <tr valign="top"> | |
257 <td bgcolor="#f3f4f5"> | |
258 <p><a href="matlab:doc('collection')">collection</a></p> | |
259 </td> | |
260 <td bgcolor="#f3f4f5"> | |
261 <p>COLLECTION constructor for collection class.</p> | |
262 </td> | |
263 <td bgcolor="#f3f4f5"> | |
264 <p>collection</p> | |
265 </td> | |
266 </tr> | |
267 <!-- ltpda_uoh/rebuild --> | |
268 <tr valign="top"> | |
269 <td> | |
270 <p><a href="matlab:doc('collection/rebuild')">rebuild</a></p> | |
271 </td> | |
272 <td> | |
273 <p>REBUILD rebuilds the input objects using the history.</p> | |
274 </td> | |
275 <td> | |
276 <p>ltpda_uoh</p> | |
277 </td> | |
278 </tr> | |
279 </tbody> | |
280 </table> | |
281 <!-- ===== Back to Top of Methods ===== --> | |
282 <a href="#top_methods"> | |
283 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
284 Back to Top of Section | |
285 </a> | |
286 | |
287 </p> | |
288 | |
289 <!-- ===== Methods Category: Helper ===== --> | |
290 <h3 class="title"><a name="helper"/>Helper</h3> | |
291 <p> | |
292 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
293 <colgroup> | |
294 <col width="15%"/> | |
295 <col width="73%"/> | |
296 <col width="12%"/> | |
297 </colgroup> | |
298 <thead> | |
299 <tr valign="top"> | |
300 <th class="categorylist">Methods</th> | |
301 <th class="categorylist">Description</th> | |
302 <th class="categorylist">Defined in class</th> | |
303 </tr> | |
304 </thead> | |
305 <tbody> | |
306 <!-- collection/addObjects --> | |
307 <tr valign="top"> | |
308 <td bgcolor="#f3f4f5"> | |
309 <p><a href="matlab:doc('collection/addObjects')">addObjects</a></p> | |
310 </td> | |
311 <td bgcolor="#f3f4f5"> | |
312 <p>ADDOBJECTS adds the given objects to the collection.</p> | |
313 </td> | |
314 <td bgcolor="#f3f4f5"> | |
315 <p>collection</p> | |
316 </td> | |
317 </tr> | |
318 <!-- collection/getObjectAtIndex --> | |
319 <tr valign="top"> | |
320 <td> | |
321 <p><a href="matlab:doc('collection/getObjectAtIndex')">getObjectAtIndex</a></p> | |
322 </td> | |
323 <td> | |
324 <p>GETOBJECTATINDEX index into the inner objects of one collection object.</p> | |
325 </td> | |
326 <td> | |
327 <p>collection</p> | |
328 </td> | |
329 </tr> | |
330 <!-- collection/getObjectsOfClass --> | |
331 <tr valign="top"> | |
332 <td bgcolor="#f3f4f5"> | |
333 <p><a href="matlab:doc('collection/getObjectsOfClass')">getObjectsOfClass</a></p> | |
334 </td> | |
335 <td bgcolor="#f3f4f5"> | |
336 <p>GETOBJECTSOFCLASS returns all objects of the specified class in a collection-object.</p> | |
337 </td> | |
338 <td bgcolor="#f3f4f5"> | |
339 <p>collection</p> | |
340 </td> | |
341 </tr> | |
342 <!-- collection/nobjs --> | |
343 <tr valign="top"> | |
344 <td> | |
345 <p><a href="matlab:doc('collection/nobjs')">nobjs</a></p> | |
346 </td> | |
347 <td> | |
348 <p>NOBJS Returns the number of objects in the inner object array.</p> | |
349 </td> | |
350 <td> | |
351 <p>collection</p> | |
352 </td> | |
353 </tr> | |
354 <!-- collection/removeObjectAtIndex --> | |
355 <tr valign="top"> | |
356 <td bgcolor="#f3f4f5"> | |
357 <p><a href="matlab:doc('collection/removeObjectAtIndex')">removeObjectAtIndex</a></p> | |
358 </td> | |
359 <td bgcolor="#f3f4f5"> | |
360 <p>REMOVEOBJECTATINDEX removes the object at the specified position from the collection.</p> | |
361 </td> | |
362 <td bgcolor="#f3f4f5"> | |
363 <p>collection</p> | |
364 </td> | |
365 </tr> | |
366 <!-- collection/setObjectAtIndex --> | |
367 <tr valign="top"> | |
368 <td> | |
369 <p><a href="matlab:doc('collection/setObjectAtIndex')">setObjectAtIndex</a></p> | |
370 </td> | |
371 <td> | |
372 <p>SETOBJECTATINDEX sets an input object to the collection.</p> | |
373 </td> | |
374 <td> | |
375 <p>collection</p> | |
376 </td> | |
377 </tr> | |
378 <!-- collection/setObjs --> | |
379 <tr valign="top"> | |
380 <td bgcolor="#f3f4f5"> | |
381 <p><a href="matlab:doc('collection/setObjs')">setObjs</a></p> | |
382 </td> | |
383 <td bgcolor="#f3f4f5"> | |
384 <p>SETOBJS sets the 'objs' property of a collection object.</p> | |
385 </td> | |
386 <td bgcolor="#f3f4f5"> | |
387 <p>collection</p> | |
388 </td> | |
389 </tr> | |
390 <!-- ltpda_obj/get --> | |
391 <tr valign="top"> | |
392 <td> | |
393 <p><a href="matlab:doc('collection/get')">get</a></p> | |
394 </td> | |
395 <td> | |
396 <p>GET get a property of a object.</p> | |
397 </td> | |
398 <td> | |
399 <p>ltpda_obj</p> | |
400 </td> | |
401 </tr> | |
402 <!-- ltpda_uoh/created --> | |
403 <tr valign="top"> | |
404 <td bgcolor="#f3f4f5"> | |
405 <p><a href="matlab:doc('collection/created')">created</a></p> | |
406 </td> | |
407 <td bgcolor="#f3f4f5"> | |
408 <p>CREATED Returns a time object of the last modification.</p> | |
409 </td> | |
410 <td bgcolor="#f3f4f5"> | |
411 <p>ltpda_uoh</p> | |
412 </td> | |
413 </tr> | |
414 <!-- ltpda_uoh/creator --> | |
415 <tr valign="top"> | |
416 <td> | |
417 <p><a href="matlab:doc('collection/creator')">creator</a></p> | |
418 </td> | |
419 <td> | |
420 <p>CREATOR Extract the creator(s) from the history.</p> | |
421 </td> | |
422 <td> | |
423 <p>ltpda_uoh</p> | |
424 </td> | |
425 </tr> | |
426 <!-- ltpda_uoh/csvexport --> | |
427 <tr valign="top"> | |
428 <td bgcolor="#f3f4f5"> | |
429 <p><a href="matlab:doc('collection/csvexport')">csvexport</a></p> | |
430 </td> | |
431 <td bgcolor="#f3f4f5"> | |
432 <p>CSVEXPORT Exports the data of an object to a csv file.</p> | |
433 </td> | |
434 <td bgcolor="#f3f4f5"> | |
435 <p>ltpda_uoh</p> | |
436 </td> | |
437 </tr> | |
438 <!-- ltpda_uoh/index --> | |
439 <tr valign="top"> | |
440 <td> | |
441 <p><a href="matlab:doc('collection/index')">index</a></p> | |
442 </td> | |
443 <td> | |
444 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> | |
445 </td> | |
446 <td> | |
447 <p>ltpda_uoh</p> | |
448 </td> | |
449 </tr> | |
450 <!-- ltpda_uoh/requirements --> | |
451 <tr valign="top"> | |
452 <td bgcolor="#f3f4f5"> | |
453 <p><a href="matlab:doc('collection/requirements')">requirements</a></p> | |
454 </td> | |
455 <td bgcolor="#f3f4f5"> | |
456 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> | |
457 </td> | |
458 <td bgcolor="#f3f4f5"> | |
459 <p>ltpda_uoh</p> | |
460 </td> | |
461 </tr> | |
462 <!-- ltpda_uoh/setDescription --> | |
463 <tr valign="top"> | |
464 <td> | |
465 <p><a href="matlab:doc('collection/setDescription')">setDescription</a></p> | |
466 </td> | |
467 <td> | |
468 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> | |
469 </td> | |
470 <td> | |
471 <p>ltpda_uoh</p> | |
472 </td> | |
473 </tr> | |
474 <!-- ltpda_uoh/setMdlfile --> | |
475 <tr valign="top"> | |
476 <td bgcolor="#f3f4f5"> | |
477 <p><a href="matlab:doc('collection/setMdlfile')">setMdlfile</a></p> | |
478 </td> | |
479 <td bgcolor="#f3f4f5"> | |
480 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> | |
481 </td> | |
482 <td bgcolor="#f3f4f5"> | |
483 <p>ltpda_uoh</p> | |
484 </td> | |
485 </tr> | |
486 <!-- ltpda_uoh/setName --> | |
487 <tr valign="top"> | |
488 <td> | |
489 <p><a href="matlab:doc('collection/setName')">setName</a></p> | |
490 </td> | |
491 <td> | |
492 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> | |
493 </td> | |
494 <td> | |
495 <p>ltpda_uoh</p> | |
496 </td> | |
497 </tr> | |
498 <!-- ltpda_uoh/setPlotinfo --> | |
499 <tr valign="top"> | |
500 <td bgcolor="#f3f4f5"> | |
501 <p><a href="matlab:doc('collection/setPlotinfo')">setPlotinfo</a></p> | |
502 </td> | |
503 <td bgcolor="#f3f4f5"> | |
504 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> | |
505 </td> | |
506 <td bgcolor="#f3f4f5"> | |
507 <p>ltpda_uoh</p> | |
508 </td> | |
509 </tr> | |
510 <!-- ltpda_uoh/setProcinfo --> | |
511 <tr valign="top"> | |
512 <td> | |
513 <p><a href="matlab:doc('collection/setProcinfo')">setProcinfo</a></p> | |
514 </td> | |
515 <td> | |
516 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> | |
517 </td> | |
518 <td> | |
519 <p>ltpda_uoh</p> | |
520 </td> | |
521 </tr> | |
522 </tbody> | |
523 </table> | |
524 <!-- ===== Back to Top of Methods ===== --> | |
525 <a href="#top_methods"> | |
526 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
527 Back to Top of Section | |
528 </a> | |
529 | |
530 </p> | |
531 | |
532 <!-- ===== Methods Category: Internal ===== --> | |
533 <h3 class="title"><a name="internal"/>Internal</h3> | |
534 <p> | |
535 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
536 <colgroup> | |
537 <col width="15%"/> | |
538 <col width="73%"/> | |
539 <col width="12%"/> | |
540 </colgroup> | |
541 <thead> | |
542 <tr valign="top"> | |
543 <th class="categorylist">Methods</th> | |
544 <th class="categorylist">Description</th> | |
545 <th class="categorylist">Defined in class</th> | |
546 </tr> | |
547 </thead> | |
548 <tbody> | |
549 <!-- collection/generateConstructorPlist --> | |
550 <tr valign="top"> | |
551 <td bgcolor="#f3f4f5"> | |
552 <p><a href="matlab:doc('collection/generateConstructorPlist')">generateConstructorPlist</a></p> | |
553 </td> | |
554 <td bgcolor="#f3f4f5"> | |
555 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> | |
556 </td> | |
557 <td bgcolor="#f3f4f5"> | |
558 <p>collection</p> | |
559 </td> | |
560 </tr> | |
561 <!-- ltpda_obj/isprop --> | |
562 <tr valign="top"> | |
563 <td> | |
564 <p><a href="matlab:doc('collection/isprop')">isprop</a></p> | |
565 </td> | |
566 <td> | |
567 <p>ISPROP tests if the given field is one of the object properties.</p> | |
568 </td> | |
569 <td> | |
570 <p>ltpda_obj</p> | |
571 </td> | |
572 </tr> | |
573 <!-- ltpda_uo/bsubmit --> | |
574 <tr valign="top"> | |
575 <td bgcolor="#f3f4f5"> | |
576 <p><a href="matlab:doc('collection/bsubmit')">bsubmit</a></p> | |
577 </td> | |
578 <td bgcolor="#f3f4f5"> | |
579 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
580 </td> | |
581 <td bgcolor="#f3f4f5"> | |
582 <p>ltpda_uo</p> | |
583 </td> | |
584 </tr> | |
585 <!-- ltpda_uo/submit --> | |
586 <tr valign="top"> | |
587 <td> | |
588 <p><a href="matlab:doc('collection/submit')">submit</a></p> | |
589 </td> | |
590 <td> | |
591 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
592 </td> | |
593 <td> | |
594 <p>ltpda_uo</p> | |
595 </td> | |
596 </tr> | |
597 <!-- ltpda_uo/update --> | |
598 <tr valign="top"> | |
599 <td bgcolor="#f3f4f5"> | |
600 <p><a href="matlab:doc('collection/update')">update</a></p> | |
601 </td> | |
602 <td bgcolor="#f3f4f5"> | |
603 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
604 </td> | |
605 <td bgcolor="#f3f4f5"> | |
606 <p>ltpda_uo</p> | |
607 </td> | |
608 </tr> | |
609 <!-- ltpda_uoh/string --> | |
610 <tr valign="top"> | |
611 <td> | |
612 <p><a href="matlab:doc('collection/string')">string</a></p> | |
613 </td> | |
614 <td> | |
615 <p>STRING writes a command string that can be used to recreate the input object(s).</p> | |
616 </td> | |
617 <td> | |
618 <p>ltpda_uoh</p> | |
619 </td> | |
620 </tr> | |
621 <!-- ltpda_uoh/type --> | |
622 <tr valign="top"> | |
623 <td bgcolor="#f3f4f5"> | |
624 <p><a href="matlab:doc('collection/type')">type</a></p> | |
625 </td> | |
626 <td bgcolor="#f3f4f5"> | |
627 <p>TYPE converts the input objects to MATLAB functions.</p> | |
628 </td> | |
629 <td bgcolor="#f3f4f5"> | |
630 <p>ltpda_uoh</p> | |
631 </td> | |
632 </tr> | |
633 </tbody> | |
634 </table> | |
635 <!-- ===== Back to Top of Methods ===== --> | |
636 <a href="#top_methods"> | |
637 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
638 Back to Top of Section | |
639 </a> | |
640 | |
641 </p> | |
642 | |
643 <!-- ===== Methods Category: Output ===== --> | |
644 <h3 class="title"><a name="output"/>Output</h3> | |
645 <p> | |
646 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
647 <colgroup> | |
648 <col width="15%"/> | |
649 <col width="73%"/> | |
650 <col width="12%"/> | |
651 </colgroup> | |
652 <thead> | |
653 <tr valign="top"> | |
654 <th class="categorylist">Methods</th> | |
655 <th class="categorylist">Description</th> | |
656 <th class="categorylist">Defined in class</th> | |
657 </tr> | |
658 </thead> | |
659 <tbody> | |
660 <!-- collection/char --> | |
661 <tr valign="top"> | |
662 <td bgcolor="#f3f4f5"> | |
663 <p><a href="matlab:doc('collection/char')">char</a></p> | |
664 </td> | |
665 <td bgcolor="#f3f4f5"> | |
666 <p>CHAR convert a collection object into a string.</p> | |
667 </td> | |
668 <td bgcolor="#f3f4f5"> | |
669 <p>collection</p> | |
670 </td> | |
671 </tr> | |
672 <!-- collection/display --> | |
673 <tr valign="top"> | |
674 <td> | |
675 <p><a href="matlab:doc('collection/display')">display</a></p> | |
676 </td> | |
677 <td> | |
678 <p>DISPLAY overloads display functionality for collection objects.</p> | |
679 </td> | |
680 <td> | |
681 <p>collection</p> | |
682 </td> | |
683 </tr> | |
684 <!-- ltpda_uo/save --> | |
685 <tr valign="top"> | |
686 <td bgcolor="#f3f4f5"> | |
687 <p><a href="matlab:doc('collection/save')">save</a></p> | |
688 </td> | |
689 <td bgcolor="#f3f4f5"> | |
690 <p>SAVE overloads save operator for ltpda objects.</p> | |
691 </td> | |
692 <td bgcolor="#f3f4f5"> | |
693 <p>ltpda_uo</p> | |
694 </td> | |
695 </tr> | |
696 <!-- ltpda_uoh/report --> | |
697 <tr valign="top"> | |
698 <td> | |
699 <p><a href="matlab:doc('collection/report')">report</a></p> | |
700 </td> | |
701 <td> | |
702 <p>REPORT generates an HTML report about the input objects.</p> | |
703 </td> | |
704 <td> | |
705 <p>ltpda_uoh</p> | |
706 </td> | |
707 </tr> | |
708 <!-- ltpda_uoh/viewHistory --> | |
709 <tr valign="top"> | |
710 <td bgcolor="#f3f4f5"> | |
711 <p><a href="matlab:doc('collection/viewHistory')">viewHistory</a></p> | |
712 </td> | |
713 <td bgcolor="#f3f4f5"> | |
714 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> | |
715 </td> | |
716 <td bgcolor="#f3f4f5"> | |
717 <p>ltpda_uoh</p> | |
718 </td> | |
719 </tr> | |
720 </tbody> | |
721 </table> | |
722 <!-- ===== Back to Top of Methods ===== --> | |
723 <a href="#top_methods"> | |
724 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
725 Back to Top of Section | |
726 </a> | |
727 | |
728 </p> | |
729 | |
730 <!-- ===== Methods Category: Relational_Operator ===== --> | |
731 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
732 <p> | |
733 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
734 <colgroup> | |
735 <col width="15%"/> | |
736 <col width="73%"/> | |
737 <col width="12%"/> | |
738 </colgroup> | |
739 <thead> | |
740 <tr valign="top"> | |
741 <th class="categorylist">Methods</th> | |
742 <th class="categorylist">Description</th> | |
743 <th class="categorylist">Defined in class</th> | |
744 </tr> | |
745 </thead> | |
746 <tbody> | |
747 <!-- ltpda_obj/eq --> | |
748 <tr valign="top"> | |
749 <td bgcolor="#f3f4f5"> | |
750 <p><a href="matlab:doc('collection/eq')">eq</a></p> | |
751 </td> | |
752 <td bgcolor="#f3f4f5"> | |
753 <p>EQ overloads the == operator for ltpda objects.</p> | |
754 </td> | |
755 <td bgcolor="#f3f4f5"> | |
756 <p>ltpda_obj</p> | |
757 </td> | |
758 </tr> | |
759 <!-- ltpda_obj/ne --> | |
760 <tr valign="top"> | |
761 <td> | |
762 <p><a href="matlab:doc('collection/ne')">ne</a></p> | |
763 </td> | |
764 <td> | |
765 <p>NE overloads the ~= operator for ltpda objects.</p> | |
766 </td> | |
767 <td> | |
768 <p>ltpda_obj</p> | |
769 </td> | |
770 </tr> | |
771 </tbody> | |
772 </table> | |
773 <!-- ===== Back to Top of Methods ===== --> | |
774 <a href="#top_methods"> | |
775 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
776 Back to Top of Section | |
777 </a> | |
778 | |
779 </p> | |
780 | |
781 <!-- ================================================== --> | |
782 <!-- END CONTENT FILE --> | |
783 <!-- ================================================== --> |