84bc428a18
Add script to define input vectors. Add script to plot curves.
12 lines
234 B
Matlab
12 lines
234 B
Matlab
%%
|
|
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');
|