Remove stewart-simscape from simulink project

This commit is contained in:
Thomas Dehaeze
2018-11-06 14:17:48 +01:00
parent 389fd66ba4
commit fae6077550
3 changed files with 1 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
clear; close all; clc;
%% Load the transfer functions
save('./mat/G.mat', 'G_light_vc', 'G_light_pz', 'G_heavy_vc', 'G_heavy_pz');
load('./mat/G.mat', 'G_light_vc', 'G_light_pz', 'G_heavy_vc', 'G_heavy_pz');
%% Load Configuration file
load('./mat/config.mat', 'save_fig', 'freqs');