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