2018-09-29 19:08:05 +02:00
|
|
|
%%
|
|
|
|
clear; close all; clc;
|
|
|
|
|
2018-10-02 17:44:03 +02:00
|
|
|
%% Open the project
|
|
|
|
simulinkproject('./');
|
2018-09-29 19:08:05 +02:00
|
|
|
|
2018-10-02 17:44:03 +02:00
|
|
|
%% Initialization
|
|
|
|
% Initialize all the stages parameters
|
|
|
|
run init_data.m
|
|
|
|
|
|
|
|
% Initialize the perturbations
|
|
|
|
run init_perturbations.m
|
2018-09-29 19:08:05 +02:00
|
|
|
|
2018-10-02 17:44:03 +02:00
|
|
|
%%
|