Changeset 764 for applications/bdmtoolbox/tutorial
- Timestamp:
- 01/11/10 14:39:47 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
applications/bdmtoolbox/tutorial/userguide/dist_ctrl_example.m
r744 r764 36 36 C2.ARX = A2; 37 37 38 M= controlloop(DS,{C1,C2}); 38 exper.Ndat=100; 39 exper.burnin=3; 40 exper.burn_pdf.class='enorm<chmat>'; 41 exper.burn_pdf.mu=[0,0]; 42 exper.burn_pdf.R=0.1*eye(2); 43 44 45 M= controlloop(DS,{C1,C2},exper); 39 46 40 47