Advanced Topics: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Scott
(New page: Eigenvector software makes use of several higher order data types included in MATLAB. These include structures, cell arrays, and classes (custom objects). The following topics discuss thes...)
 
imported>Scott
No edit summary
Line 2: Line 2:


* [[Standard Model Structure]]
* [[Standard Model Structure]]
* [[Exporting_Models | Exporting Models]]
* [[User Defined Preprocessing]]
* [[User Defined Preprocessing]]

Revision as of 15:40, 9 October 2009

Eigenvector software makes use of several higher order data types included in MATLAB. These include structures, cell arrays, and classes (custom objects). The following topics discuss these more complex constructs and how to use them.