12 lines
234 B
Mathematica
12 lines
234 B
Mathematica
|
%%
|
||
|
run init_sim_configuration.m
|
||
|
run init_data.m
|
||
|
|
||
|
%% Signals Applied to the system
|
||
|
% load('./mat/inputs_ground_motion.mat');
|
||
|
% load('./mat/inputs_spindle.mat');
|
||
|
load('./mat/inputs_setpoint.mat');
|
||
|
|
||
|
%%
|
||
|
load('./mat/controller.mat', 'K');
|