Feeds
질문
Get "Matrix is is singular to working precision" when attempting a global stiffness matrix with four nodes
% initialise Globgal Stiffness Matrix Using Zeros In A 4X4 Grid K = zeros(4); % define Stiffness Constants [lbf/in] k1 = 10...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
How do I multiply different sized vectors together?
I am attempting to use repmat() to continue a pattern of data so I can multiply the same sized arrays. Angle is single column, t...
4년 초과 전 | 답변 수: 1 | 0
