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

Revision 934, 125 bytes (checked in by smidl, 14 years ago)

use clear all + new mex

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