Block Granite

This commit is contained in:
Adrien Jublan 2018-04-24 16:09:48 +02:00
parent c99b82f9f4
commit 72acbbefbc
2 changed files with 1 additions and 1 deletions

Binary file not shown.

2
Data.m
View File

@ -3,7 +3,7 @@ run Sample.m
%% Gravity %% Gravity
g = 0 ; % (m/s^2) g = -9.81 ; % (m/s^2)
%% Translation stage %% Translation stage
ty = struct(); ty = struct();