solve errors

This commit is contained in:
Adrien Jublan 2018-04-12 15:16:28 +02:00
parent b8da3c98ac
commit 53a7f97c7b
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -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);