Add sampling time and simulation time into Data.m
This commit is contained in:
parent
3223361d22
commit
cf886e8b11
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
7
Data.m
7
Data.m
@ -1,8 +1,13 @@
|
|||||||
|
%%
|
||||||
run Assemblage_DataFile.m
|
run Assemblage_DataFile.m
|
||||||
run Sample.m
|
run Sample.m
|
||||||
|
|
||||||
|
%% Solver Configuration
|
||||||
|
Ts = 1e-4; % Sampling time [s]
|
||||||
|
Tsim = 1; % Simulation time [s]
|
||||||
|
|
||||||
%% Gravity
|
%% Gravity
|
||||||
g = 0 ; % (m/s^2)
|
g = 0 ; % [m/s^2]
|
||||||
|
|
||||||
%% Translation stage
|
%% Translation stage
|
||||||
ty = struct();
|
ty = struct();
|
||||||
|
Loading…
Reference in New Issue
Block a user