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