84bc428a18
Add script to define input vectors. Add script to plot curves.
7 lines
147 B
Matlab
7 lines
147 B
Matlab
%% Solver Configuration
|
|
Ts = 1e-4; % Sampling time [s]
|
|
Tsim = 5; % Simulation time [s]
|
|
|
|
%% Gravity
|
|
g = 0 ; % Gravity along the z axis [m/s^2]
|