comparison m-toolbox/html_help/help/ug/class_desc_timespan_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_timespan_content.html,v 1.15 2011/05/12 19:47:56 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_timespan.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_timespan.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_timespan.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: 'startT' -->
77 <tr valign="top">
78 <td bgcolor="#f3f4f5">
79 <p><a href="matlab:doc('timespan.startT')">startT</a></p>
80 </td>
81 <td bgcolor="#f3f4f5">
82 <p>Start time of the time span. (time-object)</p>
83 </td>
84 <td bgcolor="#f3f4f5">
85 <p>timespan</p>
86 </td>
87 </tr>
88 <!-- Property: 'endT' -->
89 <tr valign="top">
90 <td>
91 <p><a href="matlab:doc('timespan.endT')">endT</a></p>
92 </td>
93 <td>
94 <p>End time of the time span. (time-object)</p>
95 </td>
96 <td>
97 <p>timespan</p>
98 </td>
99 </tr>
100 <!-- Property: 'interval' -->
101 <tr valign="top">
102 <td bgcolor="#f3f4f5">
103 <p><a href="matlab:doc('timespan.interval')">interval</a></p>
104 </td>
105 <td bgcolor="#f3f4f5">
106 <p>Interval between start/end time</p>
107 </td>
108 <td bgcolor="#f3f4f5">
109 <p>timespan</p>
110 </td>
111 </tr>
112 <!-- Property: 'timeformat' -->
113 <tr valign="top">
114 <td>
115 <p><a href="matlab:doc('timespan.timeformat')">timeformat</a></p>
116 </td>
117 <td>
118 <p>timeformat of the time span (see preferences)</p>
119 </td>
120 <td>
121 <p>timespan</p>
122 </td>
123 </tr>
124 <!-- Property: 'timezone' -->
125 <tr valign="top">
126 <td bgcolor="#f3f4f5">
127 <p><a href="matlab:doc('timespan.timezone')">timezone</a></p>
128 </td>
129 <td bgcolor="#f3f4f5">
130 <p>timezone of the time span (see preferences)</p>
131 </td>
132 <td bgcolor="#f3f4f5">
133 <p>timespan</p>
134 </td>
135 </tr>
136 <!-- Property: 'hist' -->
137 <tr valign="top">
138 <td>
139 <p><a href="matlab:doc('timespan.hist')">hist</a></p>
140 </td>
141 <td>
142 <p>history of the object (history object)</p>
143 </td>
144 <td>
145 <p>ltpda_uoh</p>
146 </td>
147 </tr>
148 <!-- Property: 'procinfo' -->
149 <tr valign="top">
150 <td bgcolor="#f3f4f5">
151 <p><a href="matlab:doc('timespan.procinfo')">procinfo</a></p>
152 </td>
153 <td bgcolor="#f3f4f5">
154 <p>plist with additional information for an object.</p>
155 </td>
156 <td bgcolor="#f3f4f5">
157 <p>ltpda_uoh</p>
158 </td>
159 </tr>
160 <!-- Property: 'plotinfo' -->
161 <tr valign="top">
162 <td>
163 <p><a href="matlab:doc('timespan.plotinfo')">plotinfo</a></p>
164 </td>
165 <td>
166 <p>plist with the plot information</p>
167 </td>
168 <td>
169 <p>ltpda_uoh</p>
170 </td>
171 </tr>
172 <!-- Property: 'name' -->
173 <tr valign="top">
174 <td bgcolor="#f3f4f5">
175 <p><a href="matlab:doc('timespan.name')">name</a></p>
176 </td>
177 <td bgcolor="#f3f4f5">
178 <p>name of the object</p>
179 </td>
180 <td bgcolor="#f3f4f5">
181 <p>ltpda_uo</p>
182 </td>
183 </tr>
184 <!-- Property: 'description' -->
185 <tr valign="top">
186 <td>
187 <p><a href="matlab:doc('timespan.description')">description</a></p>
188 </td>
189 <td>
190 <p>description of the object</p>
191 </td>
192 <td>
193 <p>ltpda_uo</p>
194 </td>
195 </tr>
196 <!-- Property: 'mdlfile' -->
197 <tr valign="top">
198 <td bgcolor="#f3f4f5">
199 <p><a href="matlab:doc('timespan.mdlfile')">mdlfile</a></p>
200 </td>
201 <td bgcolor="#f3f4f5">
202 <p>model xml file of the LTPDAworkbench</p>
203 </td>
204 <td bgcolor="#f3f4f5">
205 <p>ltpda_uo</p>
206 </td>
207 </tr>
208 <!-- Property: 'UUID' -->
209 <tr valign="top">
210 <td>
211 <p><a href="matlab:doc('timespan.UUID')">UUID</a></p>
212 </td>
213 <td>
214 <p>Universally Unique Identifier of 128-bit</p>
215 </td>
216 <td>
217 <p>ltpda_uo</p>
218 </td>
219 </tr>
220 </tbody>
221 </table>
222 </p>
223
224 <!-- ===== Top of page ===== -->
225 <a href="#top_of_page">
226 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/>
227 Back to Top
228 </a>
229
230 <h2 class="title"><a name="top_methods"/>Methods</h2>
231 <!-- ===== link box: Begin ===== -->
232 <p>
233 <table border="1" width="80%">
234 <tr>
235 <td>
236 <table border="0" cellpadding="5" class="subcategorylist" width="100%">
237 <colgroup>
238 <col width="37%"/>
239 <col width="63%"/>
240 </colgroup>
241 <tbody>
242 <tr valign="top">
243 <td>
244 <a href="class_desc_timespan.html#constructor">Constructor</a>
245 </td>
246 <td>Constructor of this class</td>
247 </tr>
248 <tr valign="top">
249 <td>
250 <a href="class_desc_timespan.html#helper">Helper</a>
251 </td>
252 <td>Helper methods only for internal usage</td>
253 </tr>
254 <tr valign="top">
255 <td>
256 <a href="class_desc_timespan.html#internal">Internal</a>
257 </td>
258 <td>Internal methods only for internal usage</td>
259 </tr>
260 <tr valign="top">
261 <td>
262 <a href="class_desc_timespan.html#output">Output</a>
263 </td>
264 <td>Output methods</td>
265 </tr>
266 <tr valign="top">
267 <td>
268 <a href="class_desc_timespan.html#relational_operator">Relational Operator</a>
269 </td>
270 <td>Relational operator methods</td>
271 </tr>
272 </tbody>
273 </table>
274 </td>
275 </tr>
276 </table>
277 </p>
278 <!-- ===== link box: End ====== -->
279
280 <!-- ===== Top of page ===== -->
281 <a href="#top_of_page">
282 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/>
283 Back to Top
284 </a>
285
286 <!-- ===== Methods Category: Constructor ===== -->
287 <h3 class="title"><a name="constructor"/>Constructor</h3>
288 <p>
289 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
290 <colgroup>
291 <col width="15%"/>
292 <col width="73%"/>
293 <col width="12%"/>
294 </colgroup>
295 <thead>
296 <tr valign="top">
297 <th class="categorylist">Methods</th>
298 <th class="categorylist">Description</th>
299 <th class="categorylist">Defined in class</th>
300 </tr>
301 </thead>
302 <tbody>
303 <!-- ltpda_uoh/rebuild -->
304 <tr valign="top">
305 <td bgcolor="#f3f4f5">
306 <p><a href="matlab:doc('timespan/rebuild')">rebuild</a></p>
307 </td>
308 <td bgcolor="#f3f4f5">
309 <p>REBUILD rebuilds the input objects using the history.</p>
310 </td>
311 <td bgcolor="#f3f4f5">
312 <p>ltpda_uoh</p>
313 </td>
314 </tr>
315 <!-- timespan/timespan -->
316 <tr valign="top">
317 <td>
318 <p><a href="matlab:doc('timespan')">timespan</a></p>
319 </td>
320 <td>
321 <p>TIMESPAN timespan object class constructor.</p>
322 </td>
323 <td>
324 <p>timespan</p>
325 </td>
326 </tr>
327 </tbody>
328 </table>
329 <!-- ===== Back to Top of Methods ===== -->
330 <a href="#top_methods">
331 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
332 Back to Top of Section
333 </a>
334
335 </p>
336
337 <!-- ===== Methods Category: Helper ===== -->
338 <h3 class="title"><a name="helper"/>Helper</h3>
339 <p>
340 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
341 <colgroup>
342 <col width="15%"/>
343 <col width="73%"/>
344 <col width="12%"/>
345 </colgroup>
346 <thead>
347 <tr valign="top">
348 <th class="categorylist">Methods</th>
349 <th class="categorylist">Description</th>
350 <th class="categorylist">Defined in class</th>
351 </tr>
352 </thead>
353 <tbody>
354 <!-- ltpda_obj/get -->
355 <tr valign="top">
356 <td bgcolor="#f3f4f5">
357 <p><a href="matlab:doc('timespan/get')">get</a></p>
358 </td>
359 <td bgcolor="#f3f4f5">
360 <p>GET get a property of a object.</p>
361 </td>
362 <td bgcolor="#f3f4f5">
363 <p>ltpda_obj</p>
364 </td>
365 </tr>
366 <!-- ltpda_uoh/created -->
367 <tr valign="top">
368 <td>
369 <p><a href="matlab:doc('timespan/created')">created</a></p>
370 </td>
371 <td>
372 <p>CREATED Returns a time object of the last modification.</p>
373 </td>
374 <td>
375 <p>ltpda_uoh</p>
376 </td>
377 </tr>
378 <!-- ltpda_uoh/creator -->
379 <tr valign="top">
380 <td bgcolor="#f3f4f5">
381 <p><a href="matlab:doc('timespan/creator')">creator</a></p>
382 </td>
383 <td bgcolor="#f3f4f5">
384 <p>CREATOR Extract the creator(s) from the history.</p>
385 </td>
386 <td bgcolor="#f3f4f5">
387 <p>ltpda_uoh</p>
388 </td>
389 </tr>
390 <!-- ltpda_uoh/csvexport -->
391 <tr valign="top">
392 <td>
393 <p><a href="matlab:doc('timespan/csvexport')">csvexport</a></p>
394 </td>
395 <td>
396 <p>CSVEXPORT Exports the data of an object to a csv file.</p>
397 </td>
398 <td>
399 <p>ltpda_uoh</p>
400 </td>
401 </tr>
402 <!-- ltpda_uoh/index -->
403 <tr valign="top">
404 <td bgcolor="#f3f4f5">
405 <p><a href="matlab:doc('timespan/index')">index</a></p>
406 </td>
407 <td bgcolor="#f3f4f5">
408 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p>
409 </td>
410 <td bgcolor="#f3f4f5">
411 <p>ltpda_uoh</p>
412 </td>
413 </tr>
414 <!-- ltpda_uoh/requirements -->
415 <tr valign="top">
416 <td>
417 <p><a href="matlab:doc('timespan/requirements')">requirements</a></p>
418 </td>
419 <td>
420 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p>
421 </td>
422 <td>
423 <p>ltpda_uoh</p>
424 </td>
425 </tr>
426 <!-- ltpda_uoh/setDescription -->
427 <tr valign="top">
428 <td bgcolor="#f3f4f5">
429 <p><a href="matlab:doc('timespan/setDescription')">setDescription</a></p>
430 </td>
431 <td bgcolor="#f3f4f5">
432 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p>
433 </td>
434 <td bgcolor="#f3f4f5">
435 <p>ltpda_uoh</p>
436 </td>
437 </tr>
438 <!-- ltpda_uoh/setMdlfile -->
439 <tr valign="top">
440 <td>
441 <p><a href="matlab:doc('timespan/setMdlfile')">setMdlfile</a></p>
442 </td>
443 <td>
444 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p>
445 </td>
446 <td>
447 <p>ltpda_uoh</p>
448 </td>
449 </tr>
450 <!-- ltpda_uoh/setName -->
451 <tr valign="top">
452 <td bgcolor="#f3f4f5">
453 <p><a href="matlab:doc('timespan/setName')">setName</a></p>
454 </td>
455 <td bgcolor="#f3f4f5">
456 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p>
457 </td>
458 <td bgcolor="#f3f4f5">
459 <p>ltpda_uoh</p>
460 </td>
461 </tr>
462 <!-- ltpda_uoh/setPlotinfo -->
463 <tr valign="top">
464 <td>
465 <p><a href="matlab:doc('timespan/setPlotinfo')">setPlotinfo</a></p>
466 </td>
467 <td>
468 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p>
469 </td>
470 <td>
471 <p>ltpda_uoh</p>
472 </td>
473 </tr>
474 <!-- ltpda_uoh/setProcinfo -->
475 <tr valign="top">
476 <td bgcolor="#f3f4f5">
477 <p><a href="matlab:doc('timespan/setProcinfo')">setProcinfo</a></p>
478 </td>
479 <td bgcolor="#f3f4f5">
480 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p>
481 </td>
482 <td bgcolor="#f3f4f5">
483 <p>ltpda_uoh</p>
484 </td>
485 </tr>
486 <!-- timespan/setEndT -->
487 <tr valign="top">
488 <td>
489 <p><a href="matlab:doc('timespan/setEndT')">setEndT</a></p>
490 </td>
491 <td>
492 <p>SETENDT sets the 'endT' property of the timespan objects.</p>
493 </td>
494 <td>
495 <p>timespan</p>
496 </td>
497 </tr>
498 <!-- timespan/setStartT -->
499 <tr valign="top">
500 <td bgcolor="#f3f4f5">
501 <p><a href="matlab:doc('timespan/setStartT')">setStartT</a></p>
502 </td>
503 <td bgcolor="#f3f4f5">
504 <p>SETSTARTT sets the 'startT' property of the timespan objects.</p>
505 </td>
506 <td bgcolor="#f3f4f5">
507 <p>timespan</p>
508 </td>
509 </tr>
510 </tbody>
511 </table>
512 <!-- ===== Back to Top of Methods ===== -->
513 <a href="#top_methods">
514 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/>
515 Back to Top of Section
516 </a>
517
518 </p>
519
520 <!-- ===== Methods Category: Internal ===== -->
521 <h3 class="title"><a name="internal"/>Internal</h3>
522 <p>
523 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%">
524 <colgroup>
525 <col width="15%"/>
526 <col width="73%"/>
527 <col width="12%"/>
528 </colgroup>
529 <thead>
530 <tr valign="top">
531 <th class="categorylist">Methods</th>
532 <th class="categorylist">Description</th>
533 <th class="categorylist">Defined in class</th>
534 </tr>
535 </thead>
536 <tbody>
537 <!-- ltpda_obj/isprop -->
538 <tr valign="top">
539 <td bgcolor="#f3f4f5">
540 <p><a href="matlab:doc('timespan/isprop')">isprop</a></p>
541 </td>
542 <td bgcolor="#f3f4f5">
543 <p>ISPROP tests if the given field is one of the object properties.</p>
544 </td>
545 <td bgcolor="#f3f4f5">
546 <p>ltpda_obj</p>
547 </td>
548 </tr>
549 <!-- ltpda_uo/bsubmit -->
550 <tr valign="top">
551 <td>
552 <p><a href="matlab:doc('timespan/bsubmit')">bsubmit</a></p>
553 </td>
554 <td>
555 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p>
556 </td>
557 <td>
558 <p>ltpda_uo</p>
559 </td>
560 </tr>
561 <!-- ltpda_uo/submit -->
562 <tr valign="top">
563 <td bgcolor="#f3f4f5">
564 <p><a href="matlab:doc('timespan/submit')">submit</a></p>
565 </td>
566 <td bgcolor="#f3f4f5">
567 <p>SUBMIT Submits the given objects to an LTPDA repository</p>
568 </td>
569 <td bgcolor="#f3f4f5">
570 <p>ltpda_uo</p>
571 </td>
572 </tr>
573 <!-- ltpda_uo/update -->
574 <tr valign="top">
575 <td>
576 <p><a href="matlab:doc('timespan/update')">update</a></p>
577 </td>
578 <td>
579 <p>UPDATE Updates the given object in an LTPDA repository</p>
580 </td>
581 <td>
582 <p>ltpda_uo</p>
583 </td>
584 </tr>
585 <!-- ltpda_uoh/string -->
586 <tr valign="top">
587 <td bgcolor="#f3f4f5">
588 <p><a href="matlab:doc('timespan/string')">string</a></p>
589 </td>
590 <td bgcolor="#f3f4f5">
591 <p>STRING writes a command string that can be used to recreate the input object(s).</p>
592 </td>
593 <td bgcolor="#f3f4f5">
594 <p>ltpda_uoh</p>
595 </td>
596 </tr>
597 <!-- ltpda_uoh/type -->
598 <tr valign="top">
599 <td>
600 <p><a href="matlab:doc('timespan/type')">type</a></p>
601 </td>
602 <td>
603 <p>TYPE converts the input objects to MATLAB functions.</p>
604 </td>
605 <td>
606 <p>ltpda_uoh</p>
607 </td>
608 </tr>
609 <!-- timespan/double -->
610 <tr valign="top">
611 <td bgcolor="#f3f4f5">
612 <p><a href="matlab:doc('timespan/double')">double</a></p>
613 </td>
614 <td bgcolor="#f3f4f5">
615 <p>DOUBLE overloads double() function for timespan objects.</p>
616 </td>
617 <td bgcolor="#f3f4f5">
618 <p>timespan</p>
619 </td>
620 </tr>
621 <!-- timespan/generateConstructorPlist -->
622 <tr valign="top">
623 <td>
624 <p><a href="matlab:doc('timespan/generateConstructorPlist')">generateConstructorPlist</a></p>
625 </td>
626 <td>
627 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p>
628 </td>
629 <td>
630 <p>timespan</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 <!-- ltpda_uo/save -->
661 <tr valign="top">
662 <td bgcolor="#f3f4f5">
663 <p><a href="matlab:doc('timespan/save')">save</a></p>
664 </td>
665 <td bgcolor="#f3f4f5">
666 <p>SAVE overloads save operator for ltpda objects.</p>
667 </td>
668 <td bgcolor="#f3f4f5">
669 <p>ltpda_uo</p>
670 </td>
671 </tr>
672 <!-- ltpda_uoh/report -->
673 <tr valign="top">
674 <td>
675 <p><a href="matlab:doc('timespan/report')">report</a></p>
676 </td>
677 <td>
678 <p>REPORT generates an HTML report about the input objects.</p>
679 </td>
680 <td>
681 <p>ltpda_uoh</p>
682 </td>
683 </tr>
684 <!-- ltpda_uoh/viewHistory -->
685 <tr valign="top">
686 <td bgcolor="#f3f4f5">
687 <p><a href="matlab:doc('timespan/viewHistory')">viewHistory</a></p>
688 </td>
689 <td bgcolor="#f3f4f5">
690 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p>
691 </td>
692 <td bgcolor="#f3f4f5">
693 <p>ltpda_uoh</p>
694 </td>
695 </tr>
696 <!-- timespan/char -->
697 <tr valign="top">
698 <td>
699 <p><a href="matlab:doc('timespan/char')">char</a></p>
700 </td>
701 <td>
702 <p>CHAR convert a timespan object into a string.</p>
703 </td>
704 <td>
705 <p>timespan</p>
706 </td>
707 </tr>
708 <!-- timespan/display -->
709 <tr valign="top">
710 <td bgcolor="#f3f4f5">
711 <p><a href="matlab:doc('timespan/display')">display</a></p>
712 </td>
713 <td bgcolor="#f3f4f5">
714 <p>DISPLAY overloads display functionality for timespan objects.</p>
715 </td>
716 <td bgcolor="#f3f4f5">
717 <p>timespan</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('timespan/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('timespan/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 <!-- ================================================== -->