root/applications/bdmtoolbox/tutorial/userguide/mixef_basic.m @ 735

Revision 735, 114 bytes (checked in by smidl, 14 years ago)

Initial implementation of mixef.init() -- does not work due to missing to_setting

Line 
1com.class='ARX';
2com.rv = RV({'d'},[2],[0]);
3com.rgr = RV({},[],[]);
4
5Data = randn(2,20);
6
7M=mixef_init(Data,com);
Note: See TracBrowser for help on using the browser.