nass-simscape/main.m

25 lines
402 B
Mathematica
Raw Normal View History

2018-09-29 19:08:05 +02:00
%%
clear; close all; clc;
%% Open the project
simulinkproject('./');
2018-09-29 19:08:05 +02:00
%% General Configuration
run config.m
%% Initialization
% Initialize the perturbations
run init_perturbations.m
2018-09-29 19:08:05 +02:00
% Initialize all the stages parameters
run init_data.m
2018-10-02 21:33:56 +02:00
%% Run the simulations
run run_simulations.m
%% Demonstration of displacement of all the stages
run init_data_demonstration.m
%% Identification
open id_main.m