Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_smodel.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>smodel 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_rational.html"><img src="b_prev.gif" border="0" align= | |
30 "bottom" alt="rational Class"></a> <a href= | |
31 "class_desc_ssm.html"><img src="b_next.gif" border="0" align= | |
32 "bottom" alt="ssm Class"></a></td> | |
33 </tr> | |
34 </table> | |
35 | |
36 <h1 class="title"><a name="f3-12899" id="f3-12899"></a>smodel 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_smodel.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_smodel.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_smodel.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: 'expr' --> | |
115 <tr valign="top"> | |
116 <td bgcolor="#f3f4f5"> | |
117 <p><a href="matlab:doc('smodel.expr')">expr</a></p> | |
118 </td> | |
119 <td bgcolor="#f3f4f5"> | |
120 <p>Expression of the model</p> | |
121 </td> | |
122 <td bgcolor="#f3f4f5"> | |
123 <p>smodel</p> | |
124 </td> | |
125 </tr> | |
126 <!-- Property: 'params' --> | |
127 <tr valign="top"> | |
128 <td> | |
129 <p><a href="matlab:doc('smodel.params')">params</a></p> | |
130 </td> | |
131 <td> | |
132 <p>Parameters which are used in the model</p> | |
133 </td> | |
134 <td> | |
135 <p>smodel</p> | |
136 </td> | |
137 </tr> | |
138 <!-- Property: 'values' --> | |
139 <tr valign="top"> | |
140 <td bgcolor="#f3f4f5"> | |
141 <p><a href="matlab:doc('smodel.values')">values</a></p> | |
142 </td> | |
143 <td bgcolor="#f3f4f5"> | |
144 <p>Default values for the parameters</p> | |
145 </td> | |
146 <td bgcolor="#f3f4f5"> | |
147 <p>smodel</p> | |
148 </td> | |
149 </tr> | |
150 <!-- Property: 'trans' --> | |
151 <tr valign="top"> | |
152 <td> | |
153 <p><a href="matlab:doc('smodel.trans')">trans</a></p> | |
154 </td> | |
155 <td> | |
156 <p>Transformation strings mapping xvals in terms of xvar to X in the model</p> | |
157 </td> | |
158 <td> | |
159 <p>smodel</p> | |
160 </td> | |
161 </tr> | |
162 <!-- Property: 'aliasNames' --> | |
163 <tr valign="top"> | |
164 <td bgcolor="#f3f4f5"> | |
165 <p><a href="matlab:doc('smodel.aliasNames')">aliasNames</a></p> | |
166 </td> | |
167 <td bgcolor="#f3f4f5"> | |
168 <p>{'v', 'H'};</p> | |
169 </td> | |
170 <td bgcolor="#f3f4f5"> | |
171 <p>smodel</p> | |
172 </td> | |
173 </tr> | |
174 <!-- Property: 'aliasValues' --> | |
175 <tr valign="top"> | |
176 <td> | |
177 <p><a href="matlab:doc('smodel.aliasValues')">aliasValues</a></p> | |
178 </td> | |
179 <td> | |
180 <p>{'a*b', [1:20]};</p> | |
181 </td> | |
182 <td> | |
183 <p>smodel</p> | |
184 </td> | |
185 </tr> | |
186 <!-- Property: 'xvar' --> | |
187 <tr valign="top"> | |
188 <td bgcolor="#f3f4f5"> | |
189 <p><a href="matlab:doc('smodel.xvar')">xvar</a></p> | |
190 </td> | |
191 <td bgcolor="#f3f4f5"> | |
192 <p>Cell-array with x-variable(s)</p> | |
193 </td> | |
194 <td bgcolor="#f3f4f5"> | |
195 <p>smodel</p> | |
196 </td> | |
197 </tr> | |
198 <!-- Property: 'xvals' --> | |
199 <tr valign="top"> | |
200 <td> | |
201 <p><a href="matlab:doc('smodel.xvals')">xvals</a></p> | |
202 </td> | |
203 <td> | |
204 <p>Cell-array of double-values for the different x-variable(s)</p> | |
205 </td> | |
206 <td> | |
207 <p>smodel</p> | |
208 </td> | |
209 </tr> | |
210 <!-- Property: 'xunits' --> | |
211 <tr valign="top"> | |
212 <td bgcolor="#f3f4f5"> | |
213 <p><a href="matlab:doc('smodel.xunits')">xunits</a></p> | |
214 </td> | |
215 <td bgcolor="#f3f4f5"> | |
216 <p>vector of units of the different x-axis</p> | |
217 </td> | |
218 <td bgcolor="#f3f4f5"> | |
219 <p>smodel</p> | |
220 </td> | |
221 </tr> | |
222 <!-- Property: 'yunits' --> | |
223 <tr valign="top"> | |
224 <td> | |
225 <p><a href="matlab:doc('smodel.yunits')">yunits</a></p> | |
226 </td> | |
227 <td> | |
228 <p>units of the y-axis</p> | |
229 </td> | |
230 <td> | |
231 <p>smodel</p> | |
232 </td> | |
233 </tr> | |
234 <!-- Property: 'hist' --> | |
235 <tr valign="top"> | |
236 <td bgcolor="#f3f4f5"> | |
237 <p><a href="matlab:doc('smodel.hist')">hist</a></p> | |
238 </td> | |
239 <td bgcolor="#f3f4f5"> | |
240 <p>history of the object (history object)</p> | |
241 </td> | |
242 <td bgcolor="#f3f4f5"> | |
243 <p>ltpda_uoh</p> | |
244 </td> | |
245 </tr> | |
246 <!-- Property: 'procinfo' --> | |
247 <tr valign="top"> | |
248 <td> | |
249 <p><a href="matlab:doc('smodel.procinfo')">procinfo</a></p> | |
250 </td> | |
251 <td> | |
252 <p>plist with additional information for an object.</p> | |
253 </td> | |
254 <td> | |
255 <p>ltpda_uoh</p> | |
256 </td> | |
257 </tr> | |
258 <!-- Property: 'plotinfo' --> | |
259 <tr valign="top"> | |
260 <td bgcolor="#f3f4f5"> | |
261 <p><a href="matlab:doc('smodel.plotinfo')">plotinfo</a></p> | |
262 </td> | |
263 <td bgcolor="#f3f4f5"> | |
264 <p>plist with the plot information</p> | |
265 </td> | |
266 <td bgcolor="#f3f4f5"> | |
267 <p>ltpda_uoh</p> | |
268 </td> | |
269 </tr> | |
270 <!-- Property: 'name' --> | |
271 <tr valign="top"> | |
272 <td> | |
273 <p><a href="matlab:doc('smodel.name')">name</a></p> | |
274 </td> | |
275 <td> | |
276 <p>name of the object</p> | |
277 </td> | |
278 <td> | |
279 <p>ltpda_uo</p> | |
280 </td> | |
281 </tr> | |
282 <!-- Property: 'description' --> | |
283 <tr valign="top"> | |
284 <td bgcolor="#f3f4f5"> | |
285 <p><a href="matlab:doc('smodel.description')">description</a></p> | |
286 </td> | |
287 <td bgcolor="#f3f4f5"> | |
288 <p>description of the object</p> | |
289 </td> | |
290 <td bgcolor="#f3f4f5"> | |
291 <p>ltpda_uo</p> | |
292 </td> | |
293 </tr> | |
294 <!-- Property: 'mdlfile' --> | |
295 <tr valign="top"> | |
296 <td> | |
297 <p><a href="matlab:doc('smodel.mdlfile')">mdlfile</a></p> | |
298 </td> | |
299 <td> | |
300 <p>model xml file of the LTPDAworkbench</p> | |
301 </td> | |
302 <td> | |
303 <p>ltpda_uo</p> | |
304 </td> | |
305 </tr> | |
306 <!-- Property: 'UUID' --> | |
307 <tr valign="top"> | |
308 <td bgcolor="#f3f4f5"> | |
309 <p><a href="matlab:doc('smodel.UUID')">UUID</a></p> | |
310 </td> | |
311 <td bgcolor="#f3f4f5"> | |
312 <p>Universally Unique Identifier of 128-bit</p> | |
313 </td> | |
314 <td bgcolor="#f3f4f5"> | |
315 <p>ltpda_uo</p> | |
316 </td> | |
317 </tr> | |
318 </tbody> | |
319 </table> | |
320 </p> | |
321 | |
322 <!-- ===== Top of page ===== --> | |
323 <a href="#top_of_page"> | |
324 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
325 Back to Top | |
326 </a> | |
327 | |
328 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
329 <!-- ===== link box: Begin ===== --> | |
330 <p> | |
331 <table border="1" width="80%"> | |
332 <tr> | |
333 <td> | |
334 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
335 <colgroup> | |
336 <col width="37%"/> | |
337 <col width="63%"/> | |
338 </colgroup> | |
339 <tbody> | |
340 <tr valign="top"> | |
341 <td> | |
342 <a href="class_desc_smodel.html#arithmetic_operator">Arithmetic Operator</a> | |
343 </td> | |
344 <td>Arithmetic Operator</td> | |
345 </tr> | |
346 <tr valign="top"> | |
347 <td> | |
348 <a href="class_desc_smodel.html#constructor">Constructor</a> | |
349 </td> | |
350 <td>Constructor of this class</td> | |
351 </tr> | |
352 <tr valign="top"> | |
353 <td> | |
354 <a href="class_desc_smodel.html#helper">Helper</a> | |
355 </td> | |
356 <td>Helper methods only for internal usage</td> | |
357 </tr> | |
358 <tr valign="top"> | |
359 <td> | |
360 <a href="class_desc_smodel.html#internal">Internal</a> | |
361 </td> | |
362 <td>Internal methods only for internal usage</td> | |
363 </tr> | |
364 <tr valign="top"> | |
365 <td> | |
366 <a href="class_desc_smodel.html#operator">Operator</a> | |
367 </td> | |
368 <td>Operator methods</td> | |
369 </tr> | |
370 <tr valign="top"> | |
371 <td> | |
372 <a href="class_desc_smodel.html#output">Output</a> | |
373 </td> | |
374 <td>Output methods</td> | |
375 </tr> | |
376 <tr valign="top"> | |
377 <td> | |
378 <a href="class_desc_smodel.html#relational_operator">Relational Operator</a> | |
379 </td> | |
380 <td>Relational operator methods</td> | |
381 </tr> | |
382 </tbody> | |
383 </table> | |
384 </td> | |
385 </tr> | |
386 </table> | |
387 </p> | |
388 <!-- ===== link box: End ====== --> | |
389 | |
390 <!-- ===== Top of page ===== --> | |
391 <a href="#top_of_page"> | |
392 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
393 Back to Top | |
394 </a> | |
395 | |
396 <!-- ===== Methods Category: Arithmetic_Operator ===== --> | |
397 <h3 class="title"><a name="arithmetic_operator"/>Arithmetic Operator</h3> | |
398 <p> | |
399 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
400 <colgroup> | |
401 <col width="15%"/> | |
402 <col width="73%"/> | |
403 <col width="12%"/> | |
404 </colgroup> | |
405 <thead> | |
406 <tr valign="top"> | |
407 <th class="categorylist">Methods</th> | |
408 <th class="categorylist">Description</th> | |
409 <th class="categorylist">Defined in class</th> | |
410 </tr> | |
411 </thead> | |
412 <tbody> | |
413 <!-- smodel/conj --> | |
414 <tr valign="top"> | |
415 <td bgcolor="#f3f4f5"> | |
416 <p><a href="matlab:doc('smodel/conj')">conj</a></p> | |
417 </td> | |
418 <td bgcolor="#f3f4f5"> | |
419 <p>CONJ gives the complex conjugate of the input smodels</p> | |
420 </td> | |
421 <td bgcolor="#f3f4f5"> | |
422 <p>smodel</p> | |
423 </td> | |
424 </tr> | |
425 <!-- smodel/minus --> | |
426 <tr valign="top"> | |
427 <td> | |
428 <p><a href="matlab:doc('smodel/minus')">minus</a></p> | |
429 </td> | |
430 <td> | |
431 <p>MINUS implements subtraction operator for smodel objects.</p> | |
432 </td> | |
433 <td> | |
434 <p>smodel</p> | |
435 </td> | |
436 </tr> | |
437 <!-- smodel/mrdivide --> | |
438 <tr valign="top"> | |
439 <td bgcolor="#f3f4f5"> | |
440 <p><a href="matlab:doc('smodel/mrdivide')">mrdivide</a></p> | |
441 </td> | |
442 <td bgcolor="#f3f4f5"> | |
443 <p>MRDIVIDE implements mrdivide operator for smodel objects.</p> | |
444 </td> | |
445 <td bgcolor="#f3f4f5"> | |
446 <p>smodel</p> | |
447 </td> | |
448 </tr> | |
449 <!-- smodel/mtimes --> | |
450 <tr valign="top"> | |
451 <td> | |
452 <p><a href="matlab:doc('smodel/mtimes')">mtimes</a></p> | |
453 </td> | |
454 <td> | |
455 <p>MTIMES implements mtimes operator for smodel objects.</p> | |
456 </td> | |
457 <td> | |
458 <p>smodel</p> | |
459 </td> | |
460 </tr> | |
461 <!-- smodel/plus --> | |
462 <tr valign="top"> | |
463 <td bgcolor="#f3f4f5"> | |
464 <p><a href="matlab:doc('smodel/plus')">plus</a></p> | |
465 </td> | |
466 <td bgcolor="#f3f4f5"> | |
467 <p>PLUS implements addition operator for smodel objects.</p> | |
468 </td> | |
469 <td bgcolor="#f3f4f5"> | |
470 <p>smodel</p> | |
471 </td> | |
472 </tr> | |
473 <!-- smodel/rdivide --> | |
474 <tr valign="top"> | |
475 <td> | |
476 <p><a href="matlab:doc('smodel/rdivide')">rdivide</a></p> | |
477 </td> | |
478 <td> | |
479 <p>RDIVIDE implements division operator for smodel objects.</p> | |
480 </td> | |
481 <td> | |
482 <p>smodel</p> | |
483 </td> | |
484 </tr> | |
485 <!-- smodel/times --> | |
486 <tr valign="top"> | |
487 <td bgcolor="#f3f4f5"> | |
488 <p><a href="matlab:doc('smodel/times')">times</a></p> | |
489 </td> | |
490 <td bgcolor="#f3f4f5"> | |
491 <p>TIMES implements multiplication operator for smodel objects.</p> | |
492 </td> | |
493 <td bgcolor="#f3f4f5"> | |
494 <p>smodel</p> | |
495 </td> | |
496 </tr> | |
497 </tbody> | |
498 </table> | |
499 <!-- ===== Back to Top of Methods ===== --> | |
500 <a href="#top_methods"> | |
501 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
502 Back to Top of Section | |
503 </a> | |
504 | |
505 </p> | |
506 | |
507 <!-- ===== Methods Category: Constructor ===== --> | |
508 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
509 <p> | |
510 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
511 <colgroup> | |
512 <col width="15%"/> | |
513 <col width="73%"/> | |
514 <col width="12%"/> | |
515 </colgroup> | |
516 <thead> | |
517 <tr valign="top"> | |
518 <th class="categorylist">Methods</th> | |
519 <th class="categorylist">Description</th> | |
520 <th class="categorylist">Defined in class</th> | |
521 </tr> | |
522 </thead> | |
523 <tbody> | |
524 <!-- ltpda_uoh/rebuild --> | |
525 <tr valign="top"> | |
526 <td bgcolor="#f3f4f5"> | |
527 <p><a href="matlab:doc('smodel/rebuild')">rebuild</a></p> | |
528 </td> | |
529 <td bgcolor="#f3f4f5"> | |
530 <p>REBUILD rebuilds the input objects using the history.</p> | |
531 </td> | |
532 <td bgcolor="#f3f4f5"> | |
533 <p>ltpda_uoh</p> | |
534 </td> | |
535 </tr> | |
536 <!-- smodel/smodel --> | |
537 <tr valign="top"> | |
538 <td> | |
539 <p><a href="matlab:doc('smodel')">smodel</a></p> | |
540 </td> | |
541 <td> | |
542 <p>SMODEL constructor for smodel class.</p> | |
543 </td> | |
544 <td> | |
545 <p>smodel</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: Helper ===== --> | |
559 <h3 class="title"><a name="helper"/>Helper</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/get --> | |
576 <tr valign="top"> | |
577 <td bgcolor="#f3f4f5"> | |
578 <p><a href="matlab:doc('smodel/get')">get</a></p> | |
579 </td> | |
580 <td bgcolor="#f3f4f5"> | |
581 <p>GET get a property of a object.</p> | |
582 </td> | |
583 <td bgcolor="#f3f4f5"> | |
584 <p>ltpda_obj</p> | |
585 </td> | |
586 </tr> | |
587 <!-- ltpda_uoh/created --> | |
588 <tr valign="top"> | |
589 <td> | |
590 <p><a href="matlab:doc('smodel/created')">created</a></p> | |
591 </td> | |
592 <td> | |
593 <p>CREATED Returns a time object of the last modification.</p> | |
594 </td> | |
595 <td> | |
596 <p>ltpda_uoh</p> | |
597 </td> | |
598 </tr> | |
599 <!-- ltpda_uoh/creator --> | |
600 <tr valign="top"> | |
601 <td bgcolor="#f3f4f5"> | |
602 <p><a href="matlab:doc('smodel/creator')">creator</a></p> | |
603 </td> | |
604 <td bgcolor="#f3f4f5"> | |
605 <p>CREATOR Extract the creator(s) from the history.</p> | |
606 </td> | |
607 <td bgcolor="#f3f4f5"> | |
608 <p>ltpda_uoh</p> | |
609 </td> | |
610 </tr> | |
611 <!-- ltpda_uoh/csvexport --> | |
612 <tr valign="top"> | |
613 <td> | |
614 <p><a href="matlab:doc('smodel/csvexport')">csvexport</a></p> | |
615 </td> | |
616 <td> | |
617 <p>CSVEXPORT Exports the data of an object to a csv file.</p> | |
618 </td> | |
619 <td> | |
620 <p>ltpda_uoh</p> | |
621 </td> | |
622 </tr> | |
623 <!-- ltpda_uoh/index --> | |
624 <tr valign="top"> | |
625 <td bgcolor="#f3f4f5"> | |
626 <p><a href="matlab:doc('smodel/index')">index</a></p> | |
627 </td> | |
628 <td bgcolor="#f3f4f5"> | |
629 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> | |
630 </td> | |
631 <td bgcolor="#f3f4f5"> | |
632 <p>ltpda_uoh</p> | |
633 </td> | |
634 </tr> | |
635 <!-- ltpda_uoh/requirements --> | |
636 <tr valign="top"> | |
637 <td> | |
638 <p><a href="matlab:doc('smodel/requirements')">requirements</a></p> | |
639 </td> | |
640 <td> | |
641 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> | |
642 </td> | |
643 <td> | |
644 <p>ltpda_uoh</p> | |
645 </td> | |
646 </tr> | |
647 <!-- ltpda_uoh/setDescription --> | |
648 <tr valign="top"> | |
649 <td bgcolor="#f3f4f5"> | |
650 <p><a href="matlab:doc('smodel/setDescription')">setDescription</a></p> | |
651 </td> | |
652 <td bgcolor="#f3f4f5"> | |
653 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> | |
654 </td> | |
655 <td bgcolor="#f3f4f5"> | |
656 <p>ltpda_uoh</p> | |
657 </td> | |
658 </tr> | |
659 <!-- ltpda_uoh/setMdlfile --> | |
660 <tr valign="top"> | |
661 <td> | |
662 <p><a href="matlab:doc('smodel/setMdlfile')">setMdlfile</a></p> | |
663 </td> | |
664 <td> | |
665 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> | |
666 </td> | |
667 <td> | |
668 <p>ltpda_uoh</p> | |
669 </td> | |
670 </tr> | |
671 <!-- ltpda_uoh/setName --> | |
672 <tr valign="top"> | |
673 <td bgcolor="#f3f4f5"> | |
674 <p><a href="matlab:doc('smodel/setName')">setName</a></p> | |
675 </td> | |
676 <td bgcolor="#f3f4f5"> | |
677 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> | |
678 </td> | |
679 <td bgcolor="#f3f4f5"> | |
680 <p>ltpda_uoh</p> | |
681 </td> | |
682 </tr> | |
683 <!-- ltpda_uoh/setPlotinfo --> | |
684 <tr valign="top"> | |
685 <td> | |
686 <p><a href="matlab:doc('smodel/setPlotinfo')">setPlotinfo</a></p> | |
687 </td> | |
688 <td> | |
689 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> | |
690 </td> | |
691 <td> | |
692 <p>ltpda_uoh</p> | |
693 </td> | |
694 </tr> | |
695 <!-- ltpda_uoh/setProcinfo --> | |
696 <tr valign="top"> | |
697 <td bgcolor="#f3f4f5"> | |
698 <p><a href="matlab:doc('smodel/setProcinfo')">setProcinfo</a></p> | |
699 </td> | |
700 <td bgcolor="#f3f4f5"> | |
701 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> | |
702 </td> | |
703 <td bgcolor="#f3f4f5"> | |
704 <p>ltpda_uoh</p> | |
705 </td> | |
706 </tr> | |
707 <!-- smodel/addAliases --> | |
708 <tr valign="top"> | |
709 <td> | |
710 <p><a href="matlab:doc('smodel/addAliases')">addAliases</a></p> | |
711 </td> | |
712 <td> | |
713 <p>ADDALIASES Add the key-value pairs to the alias-names and alias-values</p> | |
714 </td> | |
715 <td> | |
716 <p>smodel</p> | |
717 </td> | |
718 </tr> | |
719 <!-- smodel/addParameters --> | |
720 <tr valign="top"> | |
721 <td bgcolor="#f3f4f5"> | |
722 <p><a href="matlab:doc('smodel/addParameters')">addParameters</a></p> | |
723 </td> | |
724 <td bgcolor="#f3f4f5"> | |
725 <p>ADDPARAMETERS Add some parameters to the symbolic model (smodel) object</p> | |
726 </td> | |
727 <td bgcolor="#f3f4f5"> | |
728 <p>smodel</p> | |
729 </td> | |
730 </tr> | |
731 <!-- smodel/assignalias --> | |
732 <tr valign="top"> | |
733 <td> | |
734 <p><a href="matlab:doc('smodel/assignalias')">assignalias</a></p> | |
735 </td> | |
736 <td> | |
737 <p>ASSIGNALIAS assign values to smodel alias</p> | |
738 </td> | |
739 <td> | |
740 <p>smodel</p> | |
741 </td> | |
742 </tr> | |
743 <!-- smodel/clearAliases --> | |
744 <tr valign="top"> | |
745 <td bgcolor="#f3f4f5"> | |
746 <p><a href="matlab:doc('smodel/clearAliases')">clearAliases</a></p> | |
747 </td> | |
748 <td bgcolor="#f3f4f5"> | |
749 <p>CLEARALIASES Clear the aliases.</p> | |
750 </td> | |
751 <td bgcolor="#f3f4f5"> | |
752 <p>smodel</p> | |
753 </td> | |
754 </tr> | |
755 <!-- smodel/double --> | |
756 <tr valign="top"> | |
757 <td> | |
758 <p><a href="matlab:doc('smodel/double')">double</a></p> | |
759 </td> | |
760 <td> | |
761 <p>DOUBLE Returns the numeric result of the model.</p> | |
762 </td> | |
763 <td> | |
764 <p>smodel</p> | |
765 </td> | |
766 </tr> | |
767 <!-- smodel/eval --> | |
768 <tr valign="top"> | |
769 <td bgcolor="#f3f4f5"> | |
770 <p><a href="matlab:doc('smodel/eval')">eval</a></p> | |
771 </td> | |
772 <td bgcolor="#f3f4f5"> | |
773 <p>EVAL evaluates the symbolic model and returns an AO containing the numeric data.</p> | |
774 </td> | |
775 <td bgcolor="#f3f4f5"> | |
776 <p>smodel</p> | |
777 </td> | |
778 </tr> | |
779 <!-- smodel/fitfunc --> | |
780 <tr valign="top"> | |
781 <td> | |
782 <p><a href="matlab:doc('smodel/fitfunc')">fitfunc</a></p> | |
783 </td> | |
784 <td> | |
785 <p>FITFUNC Returns a function handle which sets the 'values' and 'xvals' to a ltpda model.</p> | |
786 </td> | |
787 <td> | |
788 <p>smodel</p> | |
789 </td> | |
790 </tr> | |
791 <!-- smodel/hessian --> | |
792 <tr valign="top"> | |
793 <td bgcolor="#f3f4f5"> | |
794 <p><a href="matlab:doc('smodel/hessian')">hessian</a></p> | |
795 </td> | |
796 <td bgcolor="#f3f4f5"> | |
797 <p>hessian compute the hessian matrix for a symbolic model.</p> | |
798 </td> | |
799 <td bgcolor="#f3f4f5"> | |
800 <p>smodel</p> | |
801 </td> | |
802 </tr> | |
803 <!-- smodel/op --> | |
804 <tr valign="top"> | |
805 <td> | |
806 <p><a href="matlab:doc('smodel/op')">op</a></p> | |
807 </td> | |
808 <td> | |
809 <p>OP Add a operation around the model expression</p> | |
810 </td> | |
811 <td> | |
812 <p>smodel</p> | |
813 </td> | |
814 </tr> | |
815 <!-- smodel/setAliasNames --> | |
816 <tr valign="top"> | |
817 <td bgcolor="#f3f4f5"> | |
818 <p><a href="matlab:doc('smodel/setAliasNames')">setAliasNames</a></p> | |
819 </td> | |
820 <td bgcolor="#f3f4f5"> | |
821 <p>SETALIASNAMES Set the property 'aliasNames'</p> | |
822 </td> | |
823 <td bgcolor="#f3f4f5"> | |
824 <p>smodel</p> | |
825 </td> | |
826 </tr> | |
827 <!-- smodel/setAliasValues --> | |
828 <tr valign="top"> | |
829 <td> | |
830 <p><a href="matlab:doc('smodel/setAliasValues')">setAliasValues</a></p> | |
831 </td> | |
832 <td> | |
833 <p>SETALIASVALUES Set the property 'aliasValues'</p> | |
834 </td> | |
835 <td> | |
836 <p>smodel</p> | |
837 </td> | |
838 </tr> | |
839 <!-- smodel/setAliases --> | |
840 <tr valign="top"> | |
841 <td bgcolor="#f3f4f5"> | |
842 <p><a href="matlab:doc('smodel/setAliases')">setAliases</a></p> | |
843 </td> | |
844 <td bgcolor="#f3f4f5"> | |
845 <p>SETALIASES Set the key-value pairs to the alias-names and alias-values</p> | |
846 </td> | |
847 <td bgcolor="#f3f4f5"> | |
848 <p>smodel</p> | |
849 </td> | |
850 </tr> | |
851 <!-- smodel/setParameters --> | |
852 <tr valign="top"> | |
853 <td> | |
854 <p><a href="matlab:doc('smodel/setParameters')">setParameters</a></p> | |
855 </td> | |
856 <td> | |
857 <p>SETPARAMETERS Set some parameters to the symbolic model (smodel) object</p> | |
858 </td> | |
859 <td> | |
860 <p>smodel</p> | |
861 </td> | |
862 </tr> | |
863 <!-- smodel/setParams --> | |
864 <tr valign="top"> | |
865 <td bgcolor="#f3f4f5"> | |
866 <p><a href="matlab:doc('smodel/setParams')">setParams</a></p> | |
867 </td> | |
868 <td bgcolor="#f3f4f5"> | |
869 <p>SETPARAMS Set the property 'params' AND 'values'</p> | |
870 </td> | |
871 <td bgcolor="#f3f4f5"> | |
872 <p>smodel</p> | |
873 </td> | |
874 </tr> | |
875 <!-- smodel/setTrans --> | |
876 <tr valign="top"> | |
877 <td> | |
878 <p><a href="matlab:doc('smodel/setTrans')">setTrans</a></p> | |
879 </td> | |
880 <td> | |
881 <p>SETTRANS sets the 'trans' property of the smodel object.</p> | |
882 </td> | |
883 <td> | |
884 <p>smodel</p> | |
885 </td> | |
886 </tr> | |
887 <!-- smodel/setValues --> | |
888 <tr valign="top"> | |
889 <td bgcolor="#f3f4f5"> | |
890 <p><a href="matlab:doc('smodel/setValues')">setValues</a></p> | |
891 </td> | |
892 <td bgcolor="#f3f4f5"> | |
893 <p>SETVALUES Set the property 'values'</p> | |
894 </td> | |
895 <td bgcolor="#f3f4f5"> | |
896 <p>smodel</p> | |
897 </td> | |
898 </tr> | |
899 <!-- smodel/setXunits --> | |
900 <tr valign="top"> | |
901 <td> | |
902 <p><a href="matlab:doc('smodel/setXunits')">setXunits</a></p> | |
903 </td> | |
904 <td> | |
905 <p>SETXUNITS sets the 'xunits' property of the smodel object.</p> | |
906 </td> | |
907 <td> | |
908 <p>smodel</p> | |
909 </td> | |
910 </tr> | |
911 <!-- smodel/setXvals --> | |
912 <tr valign="top"> | |
913 <td bgcolor="#f3f4f5"> | |
914 <p><a href="matlab:doc('smodel/setXvals')">setXvals</a></p> | |
915 </td> | |
916 <td bgcolor="#f3f4f5"> | |
917 <p>SETXVALS sets the 'xvals' property of the smodel object.</p> | |
918 </td> | |
919 <td bgcolor="#f3f4f5"> | |
920 <p>smodel</p> | |
921 </td> | |
922 </tr> | |
923 <!-- smodel/setXvar --> | |
924 <tr valign="top"> | |
925 <td> | |
926 <p><a href="matlab:doc('smodel/setXvar')">setXvar</a></p> | |
927 </td> | |
928 <td> | |
929 <p>SETXVAR sets the 'xvar' property of the smodel object.</p> | |
930 </td> | |
931 <td> | |
932 <p>smodel</p> | |
933 </td> | |
934 </tr> | |
935 <!-- smodel/setYunits --> | |
936 <tr valign="top"> | |
937 <td bgcolor="#f3f4f5"> | |
938 <p><a href="matlab:doc('smodel/setYunits')">setYunits</a></p> | |
939 </td> | |
940 <td bgcolor="#f3f4f5"> | |
941 <p>SETYUNITS sets the 'yunits' property of the smodel object.</p> | |
942 </td> | |
943 <td bgcolor="#f3f4f5"> | |
944 <p>smodel</p> | |
945 </td> | |
946 </tr> | |
947 <!-- smodel/simplifyUnits --> | |
948 <tr valign="top"> | |
949 <td> | |
950 <p><a href="matlab:doc('smodel/simplifyUnits')">simplifyUnits</a></p> | |
951 </td> | |
952 <td> | |
953 <p>SIMPLIFYUNITS simplify the x and/or y units of the model.</p> | |
954 </td> | |
955 <td> | |
956 <p>smodel</p> | |
957 </td> | |
958 </tr> | |
959 <!-- smodel/subs --> | |
960 <tr valign="top"> | |
961 <td bgcolor="#f3f4f5"> | |
962 <p><a href="matlab:doc('smodel/subs')">subs</a></p> | |
963 </td> | |
964 <td bgcolor="#f3f4f5"> | |
965 <p>SUBS substitutes symbolic parameters with the given values.</p> | |
966 </td> | |
967 <td bgcolor="#f3f4f5"> | |
968 <p>smodel</p> | |
969 </td> | |
970 </tr> | |
971 </tbody> | |
972 </table> | |
973 <!-- ===== Back to Top of Methods ===== --> | |
974 <a href="#top_methods"> | |
975 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
976 Back to Top of Section | |
977 </a> | |
978 | |
979 </p> | |
980 | |
981 <!-- ===== Methods Category: Internal ===== --> | |
982 <h3 class="title"><a name="internal"/>Internal</h3> | |
983 <p> | |
984 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
985 <colgroup> | |
986 <col width="15%"/> | |
987 <col width="73%"/> | |
988 <col width="12%"/> | |
989 </colgroup> | |
990 <thead> | |
991 <tr valign="top"> | |
992 <th class="categorylist">Methods</th> | |
993 <th class="categorylist">Description</th> | |
994 <th class="categorylist">Defined in class</th> | |
995 </tr> | |
996 </thead> | |
997 <tbody> | |
998 <!-- ltpda_obj/isprop --> | |
999 <tr valign="top"> | |
1000 <td bgcolor="#f3f4f5"> | |
1001 <p><a href="matlab:doc('smodel/isprop')">isprop</a></p> | |
1002 </td> | |
1003 <td bgcolor="#f3f4f5"> | |
1004 <p>ISPROP tests if the given field is one of the object properties.</p> | |
1005 </td> | |
1006 <td bgcolor="#f3f4f5"> | |
1007 <p>ltpda_obj</p> | |
1008 </td> | |
1009 </tr> | |
1010 <!-- ltpda_uo/bsubmit --> | |
1011 <tr valign="top"> | |
1012 <td> | |
1013 <p><a href="matlab:doc('smodel/bsubmit')">bsubmit</a></p> | |
1014 </td> | |
1015 <td> | |
1016 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
1017 </td> | |
1018 <td> | |
1019 <p>ltpda_uo</p> | |
1020 </td> | |
1021 </tr> | |
1022 <!-- ltpda_uo/submit --> | |
1023 <tr valign="top"> | |
1024 <td bgcolor="#f3f4f5"> | |
1025 <p><a href="matlab:doc('smodel/submit')">submit</a></p> | |
1026 </td> | |
1027 <td bgcolor="#f3f4f5"> | |
1028 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
1029 </td> | |
1030 <td bgcolor="#f3f4f5"> | |
1031 <p>ltpda_uo</p> | |
1032 </td> | |
1033 </tr> | |
1034 <!-- ltpda_uo/update --> | |
1035 <tr valign="top"> | |
1036 <td> | |
1037 <p><a href="matlab:doc('smodel/update')">update</a></p> | |
1038 </td> | |
1039 <td> | |
1040 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
1041 </td> | |
1042 <td> | |
1043 <p>ltpda_uo</p> | |
1044 </td> | |
1045 </tr> | |
1046 <!-- ltpda_uoh/string --> | |
1047 <tr valign="top"> | |
1048 <td bgcolor="#f3f4f5"> | |
1049 <p><a href="matlab:doc('smodel/string')">string</a></p> | |
1050 </td> | |
1051 <td bgcolor="#f3f4f5"> | |
1052 <p>STRING writes a command string that can be used to recreate the input object(s).</p> | |
1053 </td> | |
1054 <td bgcolor="#f3f4f5"> | |
1055 <p>ltpda_uoh</p> | |
1056 </td> | |
1057 </tr> | |
1058 <!-- ltpda_uoh/type --> | |
1059 <tr valign="top"> | |
1060 <td> | |
1061 <p><a href="matlab:doc('smodel/type')">type</a></p> | |
1062 </td> | |
1063 <td> | |
1064 <p>TYPE converts the input objects to MATLAB functions.</p> | |
1065 </td> | |
1066 <td> | |
1067 <p>ltpda_uoh</p> | |
1068 </td> | |
1069 </tr> | |
1070 <!-- smodel/generateConstructorPlist --> | |
1071 <tr valign="top"> | |
1072 <td bgcolor="#f3f4f5"> | |
1073 <p><a href="matlab:doc('smodel/generateConstructorPlist')">generateConstructorPlist</a></p> | |
1074 </td> | |
1075 <td bgcolor="#f3f4f5"> | |
1076 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> | |
1077 </td> | |
1078 <td bgcolor="#f3f4f5"> | |
1079 <p>smodel</p> | |
1080 </td> | |
1081 </tr> | |
1082 </tbody> | |
1083 </table> | |
1084 <!-- ===== Back to Top of Methods ===== --> | |
1085 <a href="#top_methods"> | |
1086 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1087 Back to Top of Section | |
1088 </a> | |
1089 | |
1090 </p> | |
1091 | |
1092 <!-- ===== Methods Category: Operator ===== --> | |
1093 <h3 class="title"><a name="operator"/>Operator</h3> | |
1094 <p> | |
1095 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1096 <colgroup> | |
1097 <col width="15%"/> | |
1098 <col width="73%"/> | |
1099 <col width="12%"/> | |
1100 </colgroup> | |
1101 <thead> | |
1102 <tr valign="top"> | |
1103 <th class="categorylist">Methods</th> | |
1104 <th class="categorylist">Description</th> | |
1105 <th class="categorylist">Defined in class</th> | |
1106 </tr> | |
1107 </thead> | |
1108 <tbody> | |
1109 <!-- smodel/convol_integral --> | |
1110 <tr valign="top"> | |
1111 <td bgcolor="#f3f4f5"> | |
1112 <p><a href="matlab:doc('smodel/convol_integral')">convol_integral</a></p> | |
1113 </td> | |
1114 <td bgcolor="#f3f4f5"> | |
1115 <p>CONVOL_INTEGRAL implements the convolution integral for smodel objects.</p> | |
1116 </td> | |
1117 <td bgcolor="#f3f4f5"> | |
1118 <p>smodel</p> | |
1119 </td> | |
1120 </tr> | |
1121 <!-- smodel/det --> | |
1122 <tr valign="top"> | |
1123 <td> | |
1124 <p><a href="matlab:doc('smodel/det')">det</a></p> | |
1125 </td> | |
1126 <td> | |
1127 <p>DET evaluates the determinant of smodel objects.</p> | |
1128 </td> | |
1129 <td> | |
1130 <p>smodel</p> | |
1131 </td> | |
1132 </tr> | |
1133 <!-- smodel/diff --> | |
1134 <tr valign="top"> | |
1135 <td bgcolor="#f3f4f5"> | |
1136 <p><a href="matlab:doc('smodel/diff')">diff</a></p> | |
1137 </td> | |
1138 <td bgcolor="#f3f4f5"> | |
1139 <p>DIFF implements differentiation operator for smodel objects.</p> | |
1140 </td> | |
1141 <td bgcolor="#f3f4f5"> | |
1142 <p>smodel</p> | |
1143 </td> | |
1144 </tr> | |
1145 <!-- smodel/fourier --> | |
1146 <tr valign="top"> | |
1147 <td> | |
1148 <p><a href="matlab:doc('smodel/fourier')">fourier</a></p> | |
1149 </td> | |
1150 <td> | |
1151 <p>FOURIER implements continuous f-domain Fourier transform for smodel objects.</p> | |
1152 </td> | |
1153 <td> | |
1154 <p>smodel</p> | |
1155 </td> | |
1156 </tr> | |
1157 <!-- smodel/ifourier --> | |
1158 <tr valign="top"> | |
1159 <td bgcolor="#f3f4f5"> | |
1160 <p><a href="matlab:doc('smodel/ifourier')">ifourier</a></p> | |
1161 </td> | |
1162 <td bgcolor="#f3f4f5"> | |
1163 <p>IFOURIER implements continuous f-domain inverse Fourier transform for smodel objects.</p> | |
1164 </td> | |
1165 <td bgcolor="#f3f4f5"> | |
1166 <p>smodel</p> | |
1167 </td> | |
1168 </tr> | |
1169 <!-- smodel/ilaplace --> | |
1170 <tr valign="top"> | |
1171 <td> | |
1172 <p><a href="matlab:doc('smodel/ilaplace')">ilaplace</a></p> | |
1173 </td> | |
1174 <td> | |
1175 <p>ILAPLACE implements continuous s-domain inverse Laplace transform for smodel objects.</p> | |
1176 </td> | |
1177 <td> | |
1178 <p>smodel</p> | |
1179 </td> | |
1180 </tr> | |
1181 <!-- smodel/inv --> | |
1182 <tr valign="top"> | |
1183 <td bgcolor="#f3f4f5"> | |
1184 <p><a href="matlab:doc('smodel/inv')">inv</a></p> | |
1185 </td> | |
1186 <td bgcolor="#f3f4f5"> | |
1187 <p>INV evaluates the inverse of smodel objects.</p> | |
1188 </td> | |
1189 <td bgcolor="#f3f4f5"> | |
1190 <p>smodel</p> | |
1191 </td> | |
1192 </tr> | |
1193 <!-- smodel/iztrans --> | |
1194 <tr valign="top"> | |
1195 <td> | |
1196 <p><a href="matlab:doc('smodel/iztrans')">iztrans</a></p> | |
1197 </td> | |
1198 <td> | |
1199 <p>IZTRANS implements continuous z-domain inverse Z-transform for smodel objects.</p> | |
1200 </td> | |
1201 <td> | |
1202 <p>smodel</p> | |
1203 </td> | |
1204 </tr> | |
1205 <!-- smodel/laplace --> | |
1206 <tr valign="top"> | |
1207 <td bgcolor="#f3f4f5"> | |
1208 <p><a href="matlab:doc('smodel/laplace')">laplace</a></p> | |
1209 </td> | |
1210 <td bgcolor="#f3f4f5"> | |
1211 <p>LAPLACE implements continuous s-domain Laplace transform for smodel objects.</p> | |
1212 </td> | |
1213 <td bgcolor="#f3f4f5"> | |
1214 <p>smodel</p> | |
1215 </td> | |
1216 </tr> | |
1217 <!-- smodel/linearize --> | |
1218 <tr valign="top"> | |
1219 <td> | |
1220 <p><a href="matlab:doc('smodel/linearize')">linearize</a></p> | |
1221 </td> | |
1222 <td> | |
1223 <p>LINEARIZE output the derivatives of the model relative to the parameters.</p> | |
1224 </td> | |
1225 <td> | |
1226 <p>smodel</p> | |
1227 </td> | |
1228 </tr> | |
1229 <!-- smodel/simplify --> | |
1230 <tr valign="top"> | |
1231 <td bgcolor="#f3f4f5"> | |
1232 <p><a href="matlab:doc('smodel/simplify')">simplify</a></p> | |
1233 </td> | |
1234 <td bgcolor="#f3f4f5"> | |
1235 <p>SIMPLIFY implements simplify operator for smodel objects.</p> | |
1236 </td> | |
1237 <td bgcolor="#f3f4f5"> | |
1238 <p>smodel</p> | |
1239 </td> | |
1240 </tr> | |
1241 <!-- smodel/sum --> | |
1242 <tr valign="top"> | |
1243 <td> | |
1244 <p><a href="matlab:doc('smodel/sum')">sum</a></p> | |
1245 </td> | |
1246 <td> | |
1247 <p>SUM adds all the elements of smodel objects arrays.</p> | |
1248 </td> | |
1249 <td> | |
1250 <p>smodel</p> | |
1251 </td> | |
1252 </tr> | |
1253 <!-- smodel/ztrans --> | |
1254 <tr valign="top"> | |
1255 <td bgcolor="#f3f4f5"> | |
1256 <p><a href="matlab:doc('smodel/ztrans')">ztrans</a></p> | |
1257 </td> | |
1258 <td bgcolor="#f3f4f5"> | |
1259 <p>ZTRANS implements continuous z-domain Z-transform for smodel objects.</p> | |
1260 </td> | |
1261 <td bgcolor="#f3f4f5"> | |
1262 <p>smodel</p> | |
1263 </td> | |
1264 </tr> | |
1265 </tbody> | |
1266 </table> | |
1267 <!-- ===== Back to Top of Methods ===== --> | |
1268 <a href="#top_methods"> | |
1269 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1270 Back to Top of Section | |
1271 </a> | |
1272 | |
1273 </p> | |
1274 | |
1275 <!-- ===== Methods Category: Output ===== --> | |
1276 <h3 class="title"><a name="output"/>Output</h3> | |
1277 <p> | |
1278 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1279 <colgroup> | |
1280 <col width="15%"/> | |
1281 <col width="73%"/> | |
1282 <col width="12%"/> | |
1283 </colgroup> | |
1284 <thead> | |
1285 <tr valign="top"> | |
1286 <th class="categorylist">Methods</th> | |
1287 <th class="categorylist">Description</th> | |
1288 <th class="categorylist">Defined in class</th> | |
1289 </tr> | |
1290 </thead> | |
1291 <tbody> | |
1292 <!-- ltpda_uo/save --> | |
1293 <tr valign="top"> | |
1294 <td bgcolor="#f3f4f5"> | |
1295 <p><a href="matlab:doc('smodel/save')">save</a></p> | |
1296 </td> | |
1297 <td bgcolor="#f3f4f5"> | |
1298 <p>SAVE overloads save operator for ltpda objects.</p> | |
1299 </td> | |
1300 <td bgcolor="#f3f4f5"> | |
1301 <p>ltpda_uo</p> | |
1302 </td> | |
1303 </tr> | |
1304 <!-- ltpda_uoh/report --> | |
1305 <tr valign="top"> | |
1306 <td> | |
1307 <p><a href="matlab:doc('smodel/report')">report</a></p> | |
1308 </td> | |
1309 <td> | |
1310 <p>REPORT generates an HTML report about the input objects.</p> | |
1311 </td> | |
1312 <td> | |
1313 <p>ltpda_uoh</p> | |
1314 </td> | |
1315 </tr> | |
1316 <!-- ltpda_uoh/viewHistory --> | |
1317 <tr valign="top"> | |
1318 <td bgcolor="#f3f4f5"> | |
1319 <p><a href="matlab:doc('smodel/viewHistory')">viewHistory</a></p> | |
1320 </td> | |
1321 <td bgcolor="#f3f4f5"> | |
1322 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> | |
1323 </td> | |
1324 <td bgcolor="#f3f4f5"> | |
1325 <p>ltpda_uoh</p> | |
1326 </td> | |
1327 </tr> | |
1328 <!-- smodel/char --> | |
1329 <tr valign="top"> | |
1330 <td> | |
1331 <p><a href="matlab:doc('smodel/char')">char</a></p> | |
1332 </td> | |
1333 <td> | |
1334 <p>CHAR convert a smodel object into a string.</p> | |
1335 </td> | |
1336 <td> | |
1337 <p>smodel</p> | |
1338 </td> | |
1339 </tr> | |
1340 <!-- smodel/display --> | |
1341 <tr valign="top"> | |
1342 <td bgcolor="#f3f4f5"> | |
1343 <p><a href="matlab:doc('smodel/display')">display</a></p> | |
1344 </td> | |
1345 <td bgcolor="#f3f4f5"> | |
1346 <p>DISPLAY overloads display functionality for smodel objects.</p> | |
1347 </td> | |
1348 <td bgcolor="#f3f4f5"> | |
1349 <p>smodel</p> | |
1350 </td> | |
1351 </tr> | |
1352 </tbody> | |
1353 </table> | |
1354 <!-- ===== Back to Top of Methods ===== --> | |
1355 <a href="#top_methods"> | |
1356 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1357 Back to Top of Section | |
1358 </a> | |
1359 | |
1360 </p> | |
1361 | |
1362 <!-- ===== Methods Category: Relational_Operator ===== --> | |
1363 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
1364 <p> | |
1365 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1366 <colgroup> | |
1367 <col width="15%"/> | |
1368 <col width="73%"/> | |
1369 <col width="12%"/> | |
1370 </colgroup> | |
1371 <thead> | |
1372 <tr valign="top"> | |
1373 <th class="categorylist">Methods</th> | |
1374 <th class="categorylist">Description</th> | |
1375 <th class="categorylist">Defined in class</th> | |
1376 </tr> | |
1377 </thead> | |
1378 <tbody> | |
1379 <!-- ltpda_obj/eq --> | |
1380 <tr valign="top"> | |
1381 <td bgcolor="#f3f4f5"> | |
1382 <p><a href="matlab:doc('smodel/eq')">eq</a></p> | |
1383 </td> | |
1384 <td bgcolor="#f3f4f5"> | |
1385 <p>EQ overloads the == operator for ltpda objects.</p> | |
1386 </td> | |
1387 <td bgcolor="#f3f4f5"> | |
1388 <p>ltpda_obj</p> | |
1389 </td> | |
1390 </tr> | |
1391 <!-- ltpda_obj/ne --> | |
1392 <tr valign="top"> | |
1393 <td> | |
1394 <p><a href="matlab:doc('smodel/ne')">ne</a></p> | |
1395 </td> | |
1396 <td> | |
1397 <p>NE overloads the ~= operator for ltpda objects.</p> | |
1398 </td> | |
1399 <td> | |
1400 <p>ltpda_obj</p> | |
1401 </td> | |
1402 </tr> | |
1403 </tbody> | |
1404 </table> | |
1405 <!-- ===== Back to Top of Methods ===== --> | |
1406 <a href="#top_methods"> | |
1407 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1408 Back to Top of Section | |
1409 </a> | |
1410 | |
1411 </p> | |
1412 | |
1413 <!-- ================================================== --> | |
1414 <!-- END CONTENT FILE --> | |
1415 <!-- ================================================== --> | |
1416 | |
1417 </p> | |
1418 | |
1419 <br> | |
1420 <br> | |
1421 <table class="nav" summary="Navigation aid" border="0" width= | |
1422 "100%" cellpadding="0" cellspacing="0"> | |
1423 <tr valign="top"> | |
1424 <td align="left" width="20"><a href="class_desc_rational.html"><img src= | |
1425 "b_prev.gif" border="0" align="bottom" alt= | |
1426 "rational Class"></a> </td> | |
1427 | |
1428 <td align="left">rational Class</td> | |
1429 | |
1430 <td> </td> | |
1431 | |
1432 <td align="right">ssm Class</td> | |
1433 | |
1434 <td align="right" width="20"><a href= | |
1435 "class_desc_ssm.html"><img src="b_next.gif" border="0" align= | |
1436 "bottom" alt="ssm Class"></a></td> | |
1437 </tr> | |
1438 </table><br> | |
1439 | |
1440 <p class="copy">©LTP Team</p> | |
1441 </body> | |
1442 </html> |