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...
2 years 前 | 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...
3 years 前 | 1 个回答 | 0