solve errors
This commit is contained in:
BIN
Assemblage.slx
BIN
Assemblage.slx
Binary file not shown.
@@ -38,14 +38,13 @@ rz = updateDamping(rz);
|
||||
%% Hexapod Sym<EFBFBD>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);
|
||||
|
Reference in New Issue
Block a user