Block granite done (without cartesian joint)

This commit is contained in:
Adrien Jublan 2018-04-25 10:26:37 +02:00
parent 72acbbefbc
commit e60bce3e64
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
g = -9.81 ; % (m/s^2)
g = 0 ; % (m/s^2)
%% Translation stage
ty = struct();