Add sampling time and simulation time into Data.m

This commit is contained in:
Thomas Dehaeze 2018-06-04 09:50:44 +02:00
parent 3223361d22
commit cf886e8b11
2 changed files with 6 additions and 1 deletions

Binary file not shown.

7
Data.m
View File

@ -1,8 +1,13 @@
%%
run Assemblage_DataFile.m
run Sample.m
%% Solver Configuration
Ts = 1e-4; % Sampling time [s]
Tsim = 1; % Simulation time [s]
%% Gravity
g = 0 ; % (m/s^2)
g = 0 ; % [m/s^2]
%% Translation stage
ty = struct();