New configurable simscape model. Add logging block

This commit is contained in:
2020-02-18 11:33:04 +01:00
parent aa2f3254c2
commit b54db6fa0d
25 changed files with 1225 additions and 1050 deletions

View File

@@ -203,8 +203,8 @@ Also, we measure the absolute displacement of the granite and of the top platfor
We load the configuration and we set a small =StopTime=.
#+begin_src matlab
load('mat/conf_simscape.mat');
set_param(conf_simscape, 'StopTime', '0.5');
load('mat/conf_simulink.mat');
set_param(conf_simulink, 'StopTime', '0.5');
#+end_src
We initialize all the stages.