Change subaxis to subplot

This commit is contained in:
2019-10-14 16:45:24 +02:00
parent 075bf199da
commit cdbd62b3ee
9 changed files with 45 additions and 45 deletions

View File

@@ -13,7 +13,7 @@
%% Load all the data used for the simulation
load('./mat/sim_conf.mat');
load('sim_conf.mat');
%% Load Controller
load('./mat/controllers.mat');
load('controllers.mat');