4 lines
71 B
Mathematica
4 lines
71 B
Mathematica
|
function [K] = getStiffnessMatrix(leg, J)
|
||
|
K = leg.k.ax*(J'*J);
|
||
|
end
|