nass-simscape/init_simulation.m

18 lines
357 B
Mathematica
Raw Normal View History

%% Script that is run just before
% the simulation is started
%% Load all the data used for the simulation
load('./mat/sim_conf.mat');
2018-06-16 22:57:54 +02:00
%% Load SolidWorks Data
load('./mat/solids.mat');
2018-06-16 22:57:54 +02:00
%% Load data of each stage
load('./mat/stages.mat');
2018-06-16 22:57:54 +02:00
%% Load Signals Applied to the system
load('./mat/inputs.mat');
2018-06-16 22:57:54 +02:00
%% Load Controller
load('./mat/controllers.mat');