solve errors
This commit is contained in:
parent
b8da3c98ac
commit
53a7f97c7b
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user