nass-simscape/main.m
2018-10-02 18:17:13 +02:00

15 lines
205 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
%%