root/library/utia_legacy/ticket_12/test_str.m
@
571
Revision 571, 153 bytes (checked in by smidl, 16 years ago) |
---|
Line | |
---|---|
1 | % sript for testing structure estimating function |
2 | |
3 | A=rand(2); |
4 | [L1,D1]=ldform(A); |
5 | B=rand(2); |
6 | [L2,D2]=ldform(A+B); |
7 | |
8 | [o1,o2,o3]=straux1(L1,D1,10,L2,D2,20); |
Note: See TracBrowser
for help on using the browser.