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