nass-simscape/main.m
2018-10-02 21:46:34 +02:00

18 lines
328 B
Matlab

%%
clear; close all; clc;
%% Open the project
simulinkproject('./');
%% Initialization
% Initialize the perturbations
run init_perturbations.m
% Initialize all the stages parameters
run init_data.m
%% Run the simulations
run run_simulations.m
%% Demonstration of displacement of all the stages
run init_data_demonstration.m