nass-simscape/init_simulation.m

9 lines
187 B
Matlab

%% Script that is run just before
% the simulation is started
%% Load all the data used for the simulation
load('./mat/sim_conf.mat');
%% Load Controller
load('./mat/controllers.mat');