Mercurial > hg > ltpda
comparison m-toolbox/html_help/help/ug/class_desc_matrix_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_matrix_content.html,v 1.3 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_matrix.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_matrix.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_matrix.html">Examples</a> | |
32 </td> | |
33 <td>Some constructor examples</td> | |
34 </tr> | |
35 </tbody> | |
36 </table> | |
37 </td> | |
38 </tr> | |
39 </table> | |
40 </p> | |
41 <!-- ===== link box: End ====== --> | |
42 | |
43 <!-- ===== Back to Class descriptions ===== --> | |
44 <a href="class_desc_main.html"> | |
45 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Class descriptions"/> | |
46 Back to Class descriptions | |
47 </a> | |
48 | |
49 <h2 class="title"><a name="top_properties"/>Properties</h2> | |
50 <p> | |
51 The LTPDA toolbox restrict access of the properties.<br></br> | |
52 The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).<br></br> | |
53 <pre class="programlisting">For example:<br></br>val = obj.prop(2).prop;</pre> | |
54 The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method. | |
55 <pre class="programlisting"> | |
56 For example: | |
57 obj2 = obj1.setName(<span class="string">'my name'</span>) <span class="comment">% This command creates a copy of obj1 (obj1 ~= obj2)</span> | |
58 obj.setName(<span class="string">'my name'</span>); <span class="comment">% This command applies to obj</span> </pre> | |
59 </p> | |
60 <!-- ===== Properties ===== --> | |
61 <p> | |
62 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
63 <colgroup> | |
64 <col width="15%"/> | |
65 <col width="73%"/> | |
66 <col width="12%"/> | |
67 </colgroup> | |
68 <thead> | |
69 <tr valign="top"> | |
70 <th class="categorylist">Properties</th> | |
71 <th class="categorylist">Description</th> | |
72 <th class="categorylist">Defined in class</th> | |
73 </tr> | |
74 </thead> | |
75 <tbody> | |
76 <!-- Property: 'objs' --> | |
77 <tr valign="top"> | |
78 <td bgcolor="#f3f4f5"> | |
79 <p><a href="matlab:doc('matrix.objs')">objs</a></p> | |
80 </td> | |
81 <td bgcolor="#f3f4f5"> | |
82 <p>objects in matrix</p> | |
83 </td> | |
84 <td bgcolor="#f3f4f5"> | |
85 <p>matrix</p> | |
86 </td> | |
87 </tr> | |
88 <!-- Property: 'hist' --> | |
89 <tr valign="top"> | |
90 <td> | |
91 <p><a href="matlab:doc('matrix.hist')">hist</a></p> | |
92 </td> | |
93 <td> | |
94 <p>history of the object (history object)</p> | |
95 </td> | |
96 <td> | |
97 <p>ltpda_uoh</p> | |
98 </td> | |
99 </tr> | |
100 <!-- Property: 'procinfo' --> | |
101 <tr valign="top"> | |
102 <td bgcolor="#f3f4f5"> | |
103 <p><a href="matlab:doc('matrix.procinfo')">procinfo</a></p> | |
104 </td> | |
105 <td bgcolor="#f3f4f5"> | |
106 <p>plist with additional information for an object.</p> | |
107 </td> | |
108 <td bgcolor="#f3f4f5"> | |
109 <p>ltpda_uoh</p> | |
110 </td> | |
111 </tr> | |
112 <!-- Property: 'plotinfo' --> | |
113 <tr valign="top"> | |
114 <td> | |
115 <p><a href="matlab:doc('matrix.plotinfo')">plotinfo</a></p> | |
116 </td> | |
117 <td> | |
118 <p>plist with the plot information</p> | |
119 </td> | |
120 <td> | |
121 <p>ltpda_uoh</p> | |
122 </td> | |
123 </tr> | |
124 <!-- Property: 'name' --> | |
125 <tr valign="top"> | |
126 <td bgcolor="#f3f4f5"> | |
127 <p><a href="matlab:doc('matrix.name')">name</a></p> | |
128 </td> | |
129 <td bgcolor="#f3f4f5"> | |
130 <p>name of the object</p> | |
131 </td> | |
132 <td bgcolor="#f3f4f5"> | |
133 <p>ltpda_uo</p> | |
134 </td> | |
135 </tr> | |
136 <!-- Property: 'description' --> | |
137 <tr valign="top"> | |
138 <td> | |
139 <p><a href="matlab:doc('matrix.description')">description</a></p> | |
140 </td> | |
141 <td> | |
142 <p>description of the object</p> | |
143 </td> | |
144 <td> | |
145 <p>ltpda_uo</p> | |
146 </td> | |
147 </tr> | |
148 <!-- Property: 'mdlfile' --> | |
149 <tr valign="top"> | |
150 <td bgcolor="#f3f4f5"> | |
151 <p><a href="matlab:doc('matrix.mdlfile')">mdlfile</a></p> | |
152 </td> | |
153 <td bgcolor="#f3f4f5"> | |
154 <p>model xml file of the LTPDAworkbench</p> | |
155 </td> | |
156 <td bgcolor="#f3f4f5"> | |
157 <p>ltpda_uo</p> | |
158 </td> | |
159 </tr> | |
160 <!-- Property: 'UUID' --> | |
161 <tr valign="top"> | |
162 <td> | |
163 <p><a href="matlab:doc('matrix.UUID')">UUID</a></p> | |
164 </td> | |
165 <td> | |
166 <p>Universally Unique Identifier of 128-bit</p> | |
167 </td> | |
168 <td> | |
169 <p>ltpda_uo</p> | |
170 </td> | |
171 </tr> | |
172 </tbody> | |
173 </table> | |
174 </p> | |
175 | |
176 <!-- ===== Top of page ===== --> | |
177 <a href="#top_of_page"> | |
178 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
179 Back to Top | |
180 </a> | |
181 | |
182 <h2 class="title"><a name="top_methods"/>Methods</h2> | |
183 <!-- ===== link box: Begin ===== --> | |
184 <p> | |
185 <table border="1" width="80%"> | |
186 <tr> | |
187 <td> | |
188 <table border="0" cellpadding="5" class="subcategorylist" width="100%"> | |
189 <colgroup> | |
190 <col width="37%"/> | |
191 <col width="63%"/> | |
192 </colgroup> | |
193 <tbody> | |
194 <tr valign="top"> | |
195 <td> | |
196 <a href="class_desc_matrix.html#arithmetic_operator">Arithmetic Operator</a> | |
197 </td> | |
198 <td>Arithmetic Operator</td> | |
199 </tr> | |
200 <tr valign="top"> | |
201 <td> | |
202 <a href="class_desc_matrix.html#constructor">Constructor</a> | |
203 </td> | |
204 <td>Constructor of this class</td> | |
205 </tr> | |
206 <tr valign="top"> | |
207 <td> | |
208 <a href="class_desc_matrix.html#helper">Helper</a> | |
209 </td> | |
210 <td>Helper methods only for internal usage</td> | |
211 </tr> | |
212 <tr valign="top"> | |
213 <td> | |
214 <a href="class_desc_matrix.html#internal">Internal</a> | |
215 </td> | |
216 <td>Internal methods only for internal usage</td> | |
217 </tr> | |
218 <tr valign="top"> | |
219 <td> | |
220 <a href="class_desc_matrix.html#operator">Operator</a> | |
221 </td> | |
222 <td>Operator methods</td> | |
223 </tr> | |
224 <tr valign="top"> | |
225 <td> | |
226 <a href="class_desc_matrix.html#output">Output</a> | |
227 </td> | |
228 <td>Output methods</td> | |
229 </tr> | |
230 <tr valign="top"> | |
231 <td> | |
232 <a href="class_desc_matrix.html#relational_operator">Relational Operator</a> | |
233 </td> | |
234 <td>Relational operator methods</td> | |
235 </tr> | |
236 <tr valign="top"> | |
237 <td> | |
238 <a href="class_desc_matrix.html#signal_processing">Signal Processing</a> | |
239 </td> | |
240 <td>Signal processing methods</td> | |
241 </tr> | |
242 </tbody> | |
243 </table> | |
244 </td> | |
245 </tr> | |
246 </table> | |
247 </p> | |
248 <!-- ===== link box: End ====== --> | |
249 | |
250 <!-- ===== Top of page ===== --> | |
251 <a href="#top_of_page"> | |
252 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top"/> | |
253 Back to Top | |
254 </a> | |
255 | |
256 <!-- ===== Methods Category: Arithmetic_Operator ===== --> | |
257 <h3 class="title"><a name="arithmetic_operator"/>Arithmetic Operator</h3> | |
258 <p> | |
259 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
260 <colgroup> | |
261 <col width="15%"/> | |
262 <col width="73%"/> | |
263 <col width="12%"/> | |
264 </colgroup> | |
265 <thead> | |
266 <tr valign="top"> | |
267 <th class="categorylist">Methods</th> | |
268 <th class="categorylist">Description</th> | |
269 <th class="categorylist">Defined in class</th> | |
270 </tr> | |
271 </thead> | |
272 <tbody> | |
273 <!-- matrix/conj --> | |
274 <tr valign="top"> | |
275 <td bgcolor="#f3f4f5"> | |
276 <p><a href="matlab:doc('matrix/conj')">conj</a></p> | |
277 </td> | |
278 <td bgcolor="#f3f4f5"> | |
279 <p>conj implements conj operator for matrix objects.</p> | |
280 </td> | |
281 <td bgcolor="#f3f4f5"> | |
282 <p>matrix</p> | |
283 </td> | |
284 </tr> | |
285 <!-- matrix/ctranspose --> | |
286 <tr valign="top"> | |
287 <td> | |
288 <p><a href="matlab:doc('matrix/ctranspose')">ctranspose</a></p> | |
289 </td> | |
290 <td> | |
291 <p>CTRANSPOSE implements conjugate transpose operator for matrix objects.</p> | |
292 </td> | |
293 <td> | |
294 <p>matrix</p> | |
295 </td> | |
296 </tr> | |
297 <!-- matrix/fft --> | |
298 <tr valign="top"> | |
299 <td bgcolor="#f3f4f5"> | |
300 <p><a href="matlab:doc('matrix/fft')">fft</a></p> | |
301 </td> | |
302 <td bgcolor="#f3f4f5"> | |
303 <p>FFT implements the fft operator for matrix objects.</p> | |
304 </td> | |
305 <td bgcolor="#f3f4f5"> | |
306 <p>matrix</p> | |
307 </td> | |
308 </tr> | |
309 <!-- matrix/filter --> | |
310 <tr valign="top"> | |
311 <td> | |
312 <p><a href="matlab:doc('matrix/filter')">filter</a></p> | |
313 </td> | |
314 <td> | |
315 <p>FILTER implements N-dim filter operator for matrix objects.</p> | |
316 </td> | |
317 <td> | |
318 <p>matrix</p> | |
319 </td> | |
320 </tr> | |
321 <!-- matrix/minus --> | |
322 <tr valign="top"> | |
323 <td bgcolor="#f3f4f5"> | |
324 <p><a href="matlab:doc('matrix/minus')">minus</a></p> | |
325 </td> | |
326 <td bgcolor="#f3f4f5"> | |
327 <p>MINUS implements subtraction operator for ltpda model objects.</p> | |
328 </td> | |
329 <td bgcolor="#f3f4f5"> | |
330 <p>matrix</p> | |
331 </td> | |
332 </tr> | |
333 <!-- matrix/mtimes --> | |
334 <tr valign="top"> | |
335 <td> | |
336 <p><a href="matlab:doc('matrix/mtimes')">mtimes</a></p> | |
337 </td> | |
338 <td> | |
339 <p>MTIMES implements mtimes operator for matrix objects.</p> | |
340 </td> | |
341 <td> | |
342 <p>matrix</p> | |
343 </td> | |
344 </tr> | |
345 <!-- matrix/plus --> | |
346 <tr valign="top"> | |
347 <td bgcolor="#f3f4f5"> | |
348 <p><a href="matlab:doc('matrix/plus')">plus</a></p> | |
349 </td> | |
350 <td bgcolor="#f3f4f5"> | |
351 <p>PLUS implements addition operator for matrix objects.</p> | |
352 </td> | |
353 <td bgcolor="#f3f4f5"> | |
354 <p>matrix</p> | |
355 </td> | |
356 </tr> | |
357 <!-- matrix/rdivide --> | |
358 <tr valign="top"> | |
359 <td> | |
360 <p><a href="matlab:doc('matrix/rdivide')">rdivide</a></p> | |
361 </td> | |
362 <td> | |
363 <p>RDIVIDE implements division operator for matrix objects.</p> | |
364 </td> | |
365 <td> | |
366 <p>matrix</p> | |
367 </td> | |
368 </tr> | |
369 <!-- matrix/split --> | |
370 <tr valign="top"> | |
371 <td bgcolor="#f3f4f5"> | |
372 <p><a href="matlab:doc('matrix/split')">split</a></p> | |
373 </td> | |
374 <td bgcolor="#f3f4f5"> | |
375 <p>SPLIT splits a matrix object into the specified segments.</p> | |
376 </td> | |
377 <td bgcolor="#f3f4f5"> | |
378 <p>matrix</p> | |
379 </td> | |
380 </tr> | |
381 <!-- matrix/times --> | |
382 <tr valign="top"> | |
383 <td> | |
384 <p><a href="matlab:doc('matrix/times')">times</a></p> | |
385 </td> | |
386 <td> | |
387 <p>TIMES implements multiplication operator for matrix objects.</p> | |
388 </td> | |
389 <td> | |
390 <p>matrix</p> | |
391 </td> | |
392 </tr> | |
393 <!-- matrix/transpose --> | |
394 <tr valign="top"> | |
395 <td bgcolor="#f3f4f5"> | |
396 <p><a href="matlab:doc('matrix/transpose')">transpose</a></p> | |
397 </td> | |
398 <td bgcolor="#f3f4f5"> | |
399 <p>TRANSPOSE implements transpose operator for matrix objects.</p> | |
400 </td> | |
401 <td bgcolor="#f3f4f5"> | |
402 <p>matrix</p> | |
403 </td> | |
404 </tr> | |
405 </tbody> | |
406 </table> | |
407 <!-- ===== Back to Top of Methods ===== --> | |
408 <a href="#top_methods"> | |
409 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
410 Back to Top of Section | |
411 </a> | |
412 | |
413 </p> | |
414 | |
415 <!-- ===== Methods Category: Constructor ===== --> | |
416 <h3 class="title"><a name="constructor"/>Constructor</h3> | |
417 <p> | |
418 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
419 <colgroup> | |
420 <col width="15%"/> | |
421 <col width="73%"/> | |
422 <col width="12%"/> | |
423 </colgroup> | |
424 <thead> | |
425 <tr valign="top"> | |
426 <th class="categorylist">Methods</th> | |
427 <th class="categorylist">Description</th> | |
428 <th class="categorylist">Defined in class</th> | |
429 </tr> | |
430 </thead> | |
431 <tbody> | |
432 <!-- ltpda_uoh/rebuild --> | |
433 <tr valign="top"> | |
434 <td bgcolor="#f3f4f5"> | |
435 <p><a href="matlab:doc('matrix/rebuild')">rebuild</a></p> | |
436 </td> | |
437 <td bgcolor="#f3f4f5"> | |
438 <p>REBUILD rebuilds the input objects using the history.</p> | |
439 </td> | |
440 <td bgcolor="#f3f4f5"> | |
441 <p>ltpda_uoh</p> | |
442 </td> | |
443 </tr> | |
444 <!-- matrix/matrix --> | |
445 <tr valign="top"> | |
446 <td> | |
447 <p><a href="matlab:doc('matrix')">matrix</a></p> | |
448 </td> | |
449 <td> | |
450 <p>MATRIX constructor for matrix class.</p> | |
451 </td> | |
452 <td> | |
453 <p>matrix</p> | |
454 </td> | |
455 </tr> | |
456 </tbody> | |
457 </table> | |
458 <!-- ===== Back to Top of Methods ===== --> | |
459 <a href="#top_methods"> | |
460 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
461 Back to Top of Section | |
462 </a> | |
463 | |
464 </p> | |
465 | |
466 <!-- ===== Methods Category: Helper ===== --> | |
467 <h3 class="title"><a name="helper"/>Helper</h3> | |
468 <p> | |
469 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
470 <colgroup> | |
471 <col width="15%"/> | |
472 <col width="73%"/> | |
473 <col width="12%"/> | |
474 </colgroup> | |
475 <thead> | |
476 <tr valign="top"> | |
477 <th class="categorylist">Methods</th> | |
478 <th class="categorylist">Description</th> | |
479 <th class="categorylist">Defined in class</th> | |
480 </tr> | |
481 </thead> | |
482 <tbody> | |
483 <!-- ltpda_obj/get --> | |
484 <tr valign="top"> | |
485 <td bgcolor="#f3f4f5"> | |
486 <p><a href="matlab:doc('matrix/get')">get</a></p> | |
487 </td> | |
488 <td bgcolor="#f3f4f5"> | |
489 <p>GET get a property of a object.</p> | |
490 </td> | |
491 <td bgcolor="#f3f4f5"> | |
492 <p>ltpda_obj</p> | |
493 </td> | |
494 </tr> | |
495 <!-- ltpda_uoh/created --> | |
496 <tr valign="top"> | |
497 <td> | |
498 <p><a href="matlab:doc('matrix/created')">created</a></p> | |
499 </td> | |
500 <td> | |
501 <p>CREATED Returns a time object of the last modification.</p> | |
502 </td> | |
503 <td> | |
504 <p>ltpda_uoh</p> | |
505 </td> | |
506 </tr> | |
507 <!-- ltpda_uoh/creator --> | |
508 <tr valign="top"> | |
509 <td bgcolor="#f3f4f5"> | |
510 <p><a href="matlab:doc('matrix/creator')">creator</a></p> | |
511 </td> | |
512 <td bgcolor="#f3f4f5"> | |
513 <p>CREATOR Extract the creator(s) from the history.</p> | |
514 </td> | |
515 <td bgcolor="#f3f4f5"> | |
516 <p>ltpda_uoh</p> | |
517 </td> | |
518 </tr> | |
519 <!-- ltpda_uoh/csvexport --> | |
520 <tr valign="top"> | |
521 <td> | |
522 <p><a href="matlab:doc('matrix/csvexport')">csvexport</a></p> | |
523 </td> | |
524 <td> | |
525 <p>CSVEXPORT Exports the data of an object to a csv file.</p> | |
526 </td> | |
527 <td> | |
528 <p>ltpda_uoh</p> | |
529 </td> | |
530 </tr> | |
531 <!-- ltpda_uoh/index --> | |
532 <tr valign="top"> | |
533 <td bgcolor="#f3f4f5"> | |
534 <p><a href="matlab:doc('matrix/index')">index</a></p> | |
535 </td> | |
536 <td bgcolor="#f3f4f5"> | |
537 <p>INDEX index into a 'ltpda_uoh' object array or matrix. This properly captures the history.</p> | |
538 </td> | |
539 <td bgcolor="#f3f4f5"> | |
540 <p>ltpda_uoh</p> | |
541 </td> | |
542 </tr> | |
543 <!-- ltpda_uoh/requirements --> | |
544 <tr valign="top"> | |
545 <td> | |
546 <p><a href="matlab:doc('matrix/requirements')">requirements</a></p> | |
547 </td> | |
548 <td> | |
549 <p>REQUIREMENTS Returns a list of LTPDA extension requirements for a given object.</p> | |
550 </td> | |
551 <td> | |
552 <p>ltpda_uoh</p> | |
553 </td> | |
554 </tr> | |
555 <!-- ltpda_uoh/setDescription --> | |
556 <tr valign="top"> | |
557 <td bgcolor="#f3f4f5"> | |
558 <p><a href="matlab:doc('matrix/setDescription')">setDescription</a></p> | |
559 </td> | |
560 <td bgcolor="#f3f4f5"> | |
561 <p>SETDESCRIPTION sets the 'description' property of a ltpda_uoh object.</p> | |
562 </td> | |
563 <td bgcolor="#f3f4f5"> | |
564 <p>ltpda_uoh</p> | |
565 </td> | |
566 </tr> | |
567 <!-- ltpda_uoh/setMdlfile --> | |
568 <tr valign="top"> | |
569 <td> | |
570 <p><a href="matlab:doc('matrix/setMdlfile')">setMdlfile</a></p> | |
571 </td> | |
572 <td> | |
573 <p>SETMDLFILE sets the 'mdlfile' property of a ltpda_uoh object.</p> | |
574 </td> | |
575 <td> | |
576 <p>ltpda_uoh</p> | |
577 </td> | |
578 </tr> | |
579 <!-- ltpda_uoh/setName --> | |
580 <tr valign="top"> | |
581 <td bgcolor="#f3f4f5"> | |
582 <p><a href="matlab:doc('matrix/setName')">setName</a></p> | |
583 </td> | |
584 <td bgcolor="#f3f4f5"> | |
585 <p>SETNAME Sets the property 'name' of an ltpda_uoh object.</p> | |
586 </td> | |
587 <td bgcolor="#f3f4f5"> | |
588 <p>ltpda_uoh</p> | |
589 </td> | |
590 </tr> | |
591 <!-- ltpda_uoh/setPlotinfo --> | |
592 <tr valign="top"> | |
593 <td> | |
594 <p><a href="matlab:doc('matrix/setPlotinfo')">setPlotinfo</a></p> | |
595 </td> | |
596 <td> | |
597 <p>SETPLOTINFO sets the 'plotinfo' property of a ltpda_uoh object.</p> | |
598 </td> | |
599 <td> | |
600 <p>ltpda_uoh</p> | |
601 </td> | |
602 </tr> | |
603 <!-- ltpda_uoh/setProcinfo --> | |
604 <tr valign="top"> | |
605 <td bgcolor="#f3f4f5"> | |
606 <p><a href="matlab:doc('matrix/setProcinfo')">setProcinfo</a></p> | |
607 </td> | |
608 <td bgcolor="#f3f4f5"> | |
609 <p>SETPROCINFO sets the 'procinfo' property of a ltpda_uoh object.</p> | |
610 </td> | |
611 <td bgcolor="#f3f4f5"> | |
612 <p>ltpda_uoh</p> | |
613 </td> | |
614 </tr> | |
615 <!-- matrix/getObjectAtIndex --> | |
616 <tr valign="top"> | |
617 <td> | |
618 <p><a href="matlab:doc('matrix/getObjectAtIndex')">getObjectAtIndex</a></p> | |
619 </td> | |
620 <td> | |
621 <p>GETOBJECTATINDEX index into the inner objects of one matrix object.</p> | |
622 </td> | |
623 <td> | |
624 <p>matrix</p> | |
625 </td> | |
626 </tr> | |
627 <!-- matrix/ncols --> | |
628 <tr valign="top"> | |
629 <td bgcolor="#f3f4f5"> | |
630 <p><a href="matlab:doc('matrix/ncols')">ncols</a></p> | |
631 </td> | |
632 <td bgcolor="#f3f4f5"> | |
633 <p>NCOLS Returns the number of columns of the inner object array.</p> | |
634 </td> | |
635 <td bgcolor="#f3f4f5"> | |
636 <p>matrix</p> | |
637 </td> | |
638 </tr> | |
639 <!-- matrix/nrows --> | |
640 <tr valign="top"> | |
641 <td> | |
642 <p><a href="matlab:doc('matrix/nrows')">nrows</a></p> | |
643 </td> | |
644 <td> | |
645 <p>NROWS Returns the number of rows of the inner object array.</p> | |
646 </td> | |
647 <td> | |
648 <p>matrix</p> | |
649 </td> | |
650 </tr> | |
651 <!-- matrix/osize --> | |
652 <tr valign="top"> | |
653 <td bgcolor="#f3f4f5"> | |
654 <p><a href="matlab:doc('matrix/osize')">osize</a></p> | |
655 </td> | |
656 <td bgcolor="#f3f4f5"> | |
657 <p>OSIZE Returns the size of the inner object array.</p> | |
658 </td> | |
659 <td bgcolor="#f3f4f5"> | |
660 <p>matrix</p> | |
661 </td> | |
662 </tr> | |
663 <!-- matrix/setObjs --> | |
664 <tr valign="top"> | |
665 <td> | |
666 <p><a href="matlab:doc('matrix/setObjs')">setObjs</a></p> | |
667 </td> | |
668 <td> | |
669 <p>SETOBJS sets the 'objs' property of a matrix object.</p> | |
670 </td> | |
671 <td> | |
672 <p>matrix</p> | |
673 </td> | |
674 </tr> | |
675 </tbody> | |
676 </table> | |
677 <!-- ===== Back to Top of Methods ===== --> | |
678 <a href="#top_methods"> | |
679 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
680 Back to Top of Section | |
681 </a> | |
682 | |
683 </p> | |
684 | |
685 <!-- ===== Methods Category: Internal ===== --> | |
686 <h3 class="title"><a name="internal"/>Internal</h3> | |
687 <p> | |
688 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
689 <colgroup> | |
690 <col width="15%"/> | |
691 <col width="73%"/> | |
692 <col width="12%"/> | |
693 </colgroup> | |
694 <thead> | |
695 <tr valign="top"> | |
696 <th class="categorylist">Methods</th> | |
697 <th class="categorylist">Description</th> | |
698 <th class="categorylist">Defined in class</th> | |
699 </tr> | |
700 </thead> | |
701 <tbody> | |
702 <!-- ltpda_obj/isprop --> | |
703 <tr valign="top"> | |
704 <td bgcolor="#f3f4f5"> | |
705 <p><a href="matlab:doc('matrix/isprop')">isprop</a></p> | |
706 </td> | |
707 <td bgcolor="#f3f4f5"> | |
708 <p>ISPROP tests if the given field is one of the object properties.</p> | |
709 </td> | |
710 <td bgcolor="#f3f4f5"> | |
711 <p>ltpda_obj</p> | |
712 </td> | |
713 </tr> | |
714 <!-- ltpda_uo/bsubmit --> | |
715 <tr valign="top"> | |
716 <td> | |
717 <p><a href="matlab:doc('matrix/bsubmit')">bsubmit</a></p> | |
718 </td> | |
719 <td> | |
720 <p>BSUBMIT Submits the given collection of objects in binary form to an LTPDA repository</p> | |
721 </td> | |
722 <td> | |
723 <p>ltpda_uo</p> | |
724 </td> | |
725 </tr> | |
726 <!-- ltpda_uo/submit --> | |
727 <tr valign="top"> | |
728 <td bgcolor="#f3f4f5"> | |
729 <p><a href="matlab:doc('matrix/submit')">submit</a></p> | |
730 </td> | |
731 <td bgcolor="#f3f4f5"> | |
732 <p>SUBMIT Submits the given objects to an LTPDA repository</p> | |
733 </td> | |
734 <td bgcolor="#f3f4f5"> | |
735 <p>ltpda_uo</p> | |
736 </td> | |
737 </tr> | |
738 <!-- ltpda_uo/update --> | |
739 <tr valign="top"> | |
740 <td> | |
741 <p><a href="matlab:doc('matrix/update')">update</a></p> | |
742 </td> | |
743 <td> | |
744 <p>UPDATE Updates the given object in an LTPDA repository</p> | |
745 </td> | |
746 <td> | |
747 <p>ltpda_uo</p> | |
748 </td> | |
749 </tr> | |
750 <!-- ltpda_uoh/string --> | |
751 <tr valign="top"> | |
752 <td bgcolor="#f3f4f5"> | |
753 <p><a href="matlab:doc('matrix/string')">string</a></p> | |
754 </td> | |
755 <td bgcolor="#f3f4f5"> | |
756 <p>STRING writes a command string that can be used to recreate the input object(s).</p> | |
757 </td> | |
758 <td bgcolor="#f3f4f5"> | |
759 <p>ltpda_uoh</p> | |
760 </td> | |
761 </tr> | |
762 <!-- ltpda_uoh/type --> | |
763 <tr valign="top"> | |
764 <td> | |
765 <p><a href="matlab:doc('matrix/type')">type</a></p> | |
766 </td> | |
767 <td> | |
768 <p>TYPE converts the input objects to MATLAB functions.</p> | |
769 </td> | |
770 <td> | |
771 <p>ltpda_uoh</p> | |
772 </td> | |
773 </tr> | |
774 <!-- matrix/generateConstructorPlist --> | |
775 <tr valign="top"> | |
776 <td bgcolor="#f3f4f5"> | |
777 <p><a href="matlab:doc('matrix/generateConstructorPlist')">generateConstructorPlist</a></p> | |
778 </td> | |
779 <td bgcolor="#f3f4f5"> | |
780 <p>GENERATECONSTRUCTORPLIST generates a PLIST from the properties which can rebuild the object.</p> | |
781 </td> | |
782 <td bgcolor="#f3f4f5"> | |
783 <p>matrix</p> | |
784 </td> | |
785 </tr> | |
786 </tbody> | |
787 </table> | |
788 <!-- ===== Back to Top of Methods ===== --> | |
789 <a href="#top_methods"> | |
790 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
791 Back to Top of Section | |
792 </a> | |
793 | |
794 </p> | |
795 | |
796 <!-- ===== Methods Category: Operator ===== --> | |
797 <h3 class="title"><a name="operator"/>Operator</h3> | |
798 <p> | |
799 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
800 <colgroup> | |
801 <col width="15%"/> | |
802 <col width="73%"/> | |
803 <col width="12%"/> | |
804 </colgroup> | |
805 <thead> | |
806 <tr valign="top"> | |
807 <th class="categorylist">Methods</th> | |
808 <th class="categorylist">Description</th> | |
809 <th class="categorylist">Defined in class</th> | |
810 </tr> | |
811 </thead> | |
812 <tbody> | |
813 <!-- matrix/det --> | |
814 <tr valign="top"> | |
815 <td bgcolor="#f3f4f5"> | |
816 <p><a href="matlab:doc('matrix/det')">det</a></p> | |
817 </td> | |
818 <td bgcolor="#f3f4f5"> | |
819 <p>DET evaluates the determinant for matrix object.</p> | |
820 </td> | |
821 <td bgcolor="#f3f4f5"> | |
822 <p>matrix</p> | |
823 </td> | |
824 </tr> | |
825 <!-- matrix/fftfilt --> | |
826 <tr valign="top"> | |
827 <td> | |
828 <p><a href="matlab:doc('matrix/fftfilt')">fftfilt</a></p> | |
829 </td> | |
830 <td> | |
831 <p>FFTFILT fft filter for matrix objects</p> | |
832 </td> | |
833 <td> | |
834 <p>matrix</p> | |
835 </td> | |
836 </tr> | |
837 <!-- matrix/inv --> | |
838 <tr valign="top"> | |
839 <td bgcolor="#f3f4f5"> | |
840 <p><a href="matlab:doc('matrix/inv')">inv</a></p> | |
841 </td> | |
842 <td bgcolor="#f3f4f5"> | |
843 <p>INV evaluates the inverse for matrix object.</p> | |
844 </td> | |
845 <td bgcolor="#f3f4f5"> | |
846 <p>matrix</p> | |
847 </td> | |
848 </tr> | |
849 <!-- matrix/linearize --> | |
850 <tr valign="top"> | |
851 <td> | |
852 <p><a href="matlab:doc('matrix/linearize')">linearize</a></p> | |
853 </td> | |
854 <td> | |
855 <p>LINEARIZE output the derivatives of the model relative to the parameters.</p> | |
856 </td> | |
857 <td> | |
858 <p>matrix</p> | |
859 </td> | |
860 </tr> | |
861 <!-- matrix/rotate --> | |
862 <tr valign="top"> | |
863 <td bgcolor="#f3f4f5"> | |
864 <p><a href="matlab:doc('matrix/rotate')">rotate</a></p> | |
865 </td> | |
866 <td bgcolor="#f3f4f5"> | |
867 <p>ROTATE applies rotation factor to matrix objects</p> | |
868 </td> | |
869 <td bgcolor="#f3f4f5"> | |
870 <p>matrix</p> | |
871 </td> | |
872 </tr> | |
873 <!-- matrix/simplify --> | |
874 <tr valign="top"> | |
875 <td> | |
876 <p><a href="matlab:doc('matrix/simplify')">simplify</a></p> | |
877 </td> | |
878 <td> | |
879 <p>SIMPLIFY each model in the matrix.</p> | |
880 </td> | |
881 <td> | |
882 <p>matrix</p> | |
883 </td> | |
884 </tr> | |
885 </tbody> | |
886 </table> | |
887 <!-- ===== Back to Top of Methods ===== --> | |
888 <a href="#top_methods"> | |
889 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
890 Back to Top of Section | |
891 </a> | |
892 | |
893 </p> | |
894 | |
895 <!-- ===== Methods Category: Output ===== --> | |
896 <h3 class="title"><a name="output"/>Output</h3> | |
897 <p> | |
898 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
899 <colgroup> | |
900 <col width="15%"/> | |
901 <col width="73%"/> | |
902 <col width="12%"/> | |
903 </colgroup> | |
904 <thead> | |
905 <tr valign="top"> | |
906 <th class="categorylist">Methods</th> | |
907 <th class="categorylist">Description</th> | |
908 <th class="categorylist">Defined in class</th> | |
909 </tr> | |
910 </thead> | |
911 <tbody> | |
912 <!-- ltpda_uo/save --> | |
913 <tr valign="top"> | |
914 <td bgcolor="#f3f4f5"> | |
915 <p><a href="matlab:doc('matrix/save')">save</a></p> | |
916 </td> | |
917 <td bgcolor="#f3f4f5"> | |
918 <p>SAVE overloads save operator for ltpda objects.</p> | |
919 </td> | |
920 <td bgcolor="#f3f4f5"> | |
921 <p>ltpda_uo</p> | |
922 </td> | |
923 </tr> | |
924 <!-- ltpda_uoh/report --> | |
925 <tr valign="top"> | |
926 <td> | |
927 <p><a href="matlab:doc('matrix/report')">report</a></p> | |
928 </td> | |
929 <td> | |
930 <p>REPORT generates an HTML report about the input objects.</p> | |
931 </td> | |
932 <td> | |
933 <p>ltpda_uoh</p> | |
934 </td> | |
935 </tr> | |
936 <!-- ltpda_uoh/viewHistory --> | |
937 <tr valign="top"> | |
938 <td bgcolor="#f3f4f5"> | |
939 <p><a href="matlab:doc('matrix/viewHistory')">viewHistory</a></p> | |
940 </td> | |
941 <td bgcolor="#f3f4f5"> | |
942 <p>VIEWHISTORY Displays the history of an object as a dot-view or a MATLAB figure.</p> | |
943 </td> | |
944 <td bgcolor="#f3f4f5"> | |
945 <p>ltpda_uoh</p> | |
946 </td> | |
947 </tr> | |
948 <!-- matrix/char --> | |
949 <tr valign="top"> | |
950 <td> | |
951 <p><a href="matlab:doc('matrix/char')">char</a></p> | |
952 </td> | |
953 <td> | |
954 <p>CHAR convert a matrix object into a string.</p> | |
955 </td> | |
956 <td> | |
957 <p>matrix</p> | |
958 </td> | |
959 </tr> | |
960 <!-- matrix/display --> | |
961 <tr valign="top"> | |
962 <td bgcolor="#f3f4f5"> | |
963 <p><a href="matlab:doc('matrix/display')">display</a></p> | |
964 </td> | |
965 <td bgcolor="#f3f4f5"> | |
966 <p>DISPLAY overloads display functionality for matrix objects.</p> | |
967 </td> | |
968 <td bgcolor="#f3f4f5"> | |
969 <p>matrix</p> | |
970 </td> | |
971 </tr> | |
972 </tbody> | |
973 </table> | |
974 <!-- ===== Back to Top of Methods ===== --> | |
975 <a href="#top_methods"> | |
976 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
977 Back to Top of Section | |
978 </a> | |
979 | |
980 </p> | |
981 | |
982 <!-- ===== Methods Category: Relational_Operator ===== --> | |
983 <h3 class="title"><a name="relational_operator"/>Relational Operator</h3> | |
984 <p> | |
985 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
986 <colgroup> | |
987 <col width="15%"/> | |
988 <col width="73%"/> | |
989 <col width="12%"/> | |
990 </colgroup> | |
991 <thead> | |
992 <tr valign="top"> | |
993 <th class="categorylist">Methods</th> | |
994 <th class="categorylist">Description</th> | |
995 <th class="categorylist">Defined in class</th> | |
996 </tr> | |
997 </thead> | |
998 <tbody> | |
999 <!-- ltpda_obj/eq --> | |
1000 <tr valign="top"> | |
1001 <td bgcolor="#f3f4f5"> | |
1002 <p><a href="matlab:doc('matrix/eq')">eq</a></p> | |
1003 </td> | |
1004 <td bgcolor="#f3f4f5"> | |
1005 <p>EQ overloads the == operator for ltpda objects.</p> | |
1006 </td> | |
1007 <td bgcolor="#f3f4f5"> | |
1008 <p>ltpda_obj</p> | |
1009 </td> | |
1010 </tr> | |
1011 <!-- ltpda_obj/ne --> | |
1012 <tr valign="top"> | |
1013 <td> | |
1014 <p><a href="matlab:doc('matrix/ne')">ne</a></p> | |
1015 </td> | |
1016 <td> | |
1017 <p>NE overloads the ~= operator for ltpda objects.</p> | |
1018 </td> | |
1019 <td> | |
1020 <p>ltpda_obj</p> | |
1021 </td> | |
1022 </tr> | |
1023 </tbody> | |
1024 </table> | |
1025 <!-- ===== Back to Top of Methods ===== --> | |
1026 <a href="#top_methods"> | |
1027 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1028 Back to Top of Section | |
1029 </a> | |
1030 | |
1031 </p> | |
1032 | |
1033 <!-- ===== Methods Category: Signal_Processing ===== --> | |
1034 <h3 class="title"><a name="signal_processing"/>Signal Processing</h3> | |
1035 <p> | |
1036 <table cellspacing="0" class="body" cellpadding="2" border="0" width="80%"> | |
1037 <colgroup> | |
1038 <col width="15%"/> | |
1039 <col width="73%"/> | |
1040 <col width="12%"/> | |
1041 </colgroup> | |
1042 <thead> | |
1043 <tr valign="top"> | |
1044 <th class="categorylist">Methods</th> | |
1045 <th class="categorylist">Description</th> | |
1046 <th class="categorylist">Defined in class</th> | |
1047 </tr> | |
1048 </thead> | |
1049 <tbody> | |
1050 <!-- matrix/crb --> | |
1051 <tr valign="top"> | |
1052 <td bgcolor="#f3f4f5"> | |
1053 <p><a href="matlab:doc('matrix/crb')">crb</a></p> | |
1054 </td> | |
1055 <td bgcolor="#f3f4f5"> | |
1056 <p>CRB computes the inverse of the Fisher Matrix</p> | |
1057 </td> | |
1058 <td bgcolor="#f3f4f5"> | |
1059 <p>matrix</p> | |
1060 </td> | |
1061 </tr> | |
1062 <!-- matrix/linfitsvd --> | |
1063 <tr valign="top"> | |
1064 <td> | |
1065 <p><a href="matlab:doc('matrix/linfitsvd')">linfitsvd</a></p> | |
1066 </td> | |
1067 <td> | |
1068 <p>LINFITSVD Linear fit with singular value decomposition</p> | |
1069 </td> | |
1070 <td> | |
1071 <p>matrix</p> | |
1072 </td> | |
1073 </tr> | |
1074 <!-- matrix/linlsqsvd --> | |
1075 <tr valign="top"> | |
1076 <td bgcolor="#f3f4f5"> | |
1077 <p><a href="matlab:doc('matrix/linlsqsvd')">linlsqsvd</a></p> | |
1078 </td> | |
1079 <td bgcolor="#f3f4f5"> | |
1080 <p>LINLSQSVD Linear least squares with singular value decomposition</p> | |
1081 </td> | |
1082 <td bgcolor="#f3f4f5"> | |
1083 <p>matrix</p> | |
1084 </td> | |
1085 </tr> | |
1086 <!-- matrix/mchNoisegen --> | |
1087 <tr valign="top"> | |
1088 <td> | |
1089 <p><a href="matlab:doc('matrix/mchNoisegen')">mchNoisegen</a></p> | |
1090 </td> | |
1091 <td> | |
1092 <p>MCHNOISEGEN Generates multichannel noise data series given a model</p> | |
1093 </td> | |
1094 <td> | |
1095 <p>matrix</p> | |
1096 </td> | |
1097 </tr> | |
1098 <!-- matrix/mchNoisegenFilter --> | |
1099 <tr valign="top"> | |
1100 <td bgcolor="#f3f4f5"> | |
1101 <p><a href="matlab:doc('matrix/mchNoisegenFilter')">mchNoisegenFilter</a></p> | |
1102 </td> | |
1103 <td bgcolor="#f3f4f5"> | |
1104 <p>MCHNOISEGENFILTER Construct a matrix filter from cross-spectral density matrix</p> | |
1105 </td> | |
1106 <td bgcolor="#f3f4f5"> | |
1107 <p>matrix</p> | |
1108 </td> | |
1109 </tr> | |
1110 <!-- matrix/mcmc --> | |
1111 <tr valign="top"> | |
1112 <td> | |
1113 <p><a href="matlab:doc('matrix/mcmc')">mcmc</a></p> | |
1114 </td> | |
1115 <td> | |
1116 <p>MCMC estimates paramters using a Monte Carlo Markov Chain.</p> | |
1117 </td> | |
1118 <td> | |
1119 <p>matrix</p> | |
1120 </td> | |
1121 </tr> | |
1122 <!-- matrix/tdfit --> | |
1123 <tr valign="top"> | |
1124 <td bgcolor="#f3f4f5"> | |
1125 <p><a href="matlab:doc('matrix/tdfit')">tdfit</a></p> | |
1126 </td> | |
1127 <td bgcolor="#f3f4f5"> | |
1128 <p>TDFIT fit a MATRIX of transfer function SMODELs to a matrix of input and output signals.</p> | |
1129 </td> | |
1130 <td bgcolor="#f3f4f5"> | |
1131 <p>matrix</p> | |
1132 </td> | |
1133 </tr> | |
1134 </tbody> | |
1135 </table> | |
1136 <!-- ===== Back to Top of Methods ===== --> | |
1137 <a href="#top_methods"> | |
1138 <img src="doc_to_top_up.gif" border="0" align="bottom" alt="Back to Top of Section"/> | |
1139 Back to Top of Section | |
1140 </a> | |
1141 | |
1142 </p> | |
1143 | |
1144 <!-- ================================================== --> | |
1145 <!-- END CONTENT FILE --> | |
1146 <!-- ================================================== --> |