4 lines
119 B
Matlab
4 lines
119 B
Matlab
%% Open Loop simulation and save the final state
|
|
initializeSimConf(struct('Tsim', 2, 'cl_time', 0));
|
|
|
|
sim('Assemblage') |