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

@@ -74,7 +74,7 @@ The startup script is defined below and is exported to the =project_startup.m= s
'createDir', true);
%% Load the Simscape Configuration
load('mat/conf_simscape.mat');
load('mat/conf_simulink.mat');
#+end_src
When the project closes, it runs the =project_shutdown.m= script defined below.