diff --git a/Assemblage.slx b/Assemblage.slx index c19c3df..fc12b06 100644 Binary files a/Assemblage.slx and b/Assemblage.slx differ diff --git a/Untitled.m b/Untitled.m index 307c0d8..69705f1 100644 --- a/Untitled.m +++ b/Untitled.m @@ -38,14 +38,13 @@ rz = updateDamping(rz); %% Hexapod Symétrie hexapod = struct(); hexapod.m = smiData.Solid(16).mass; -hexapod.k.ax = (138e6)*1.2; %z +hexapod.k.ax = (138e6/6)*1.2; %z hexapod.ksi.ax = 10; hexapod = updateDamping(hexapod); %% NASS n = struct(); - %% function element = updateDamping(element) field = fieldnames(element.k);