Feeds
已回答
How to resolve Matrix dimensions error?
Next time please make sure you copy the code block in your question using the 'Insert a line of code' option. There were two i...
How to resolve Matrix dimensions error?
Next time please make sure you copy the code block in your question using the 'Insert a line of code' option. There were two i...
5 years 前 | 0
已回答
Finding Natural frequencies and Mode shapes of an undamped 2 DOF Systems through Matlab
Try using below .... change m1, m2 , k1 and k2 with your problem values. clc; m1 = 5; m2 = 10; k1= 1500; k2 = 6500; ...
Finding Natural frequencies and Mode shapes of an undamped 2 DOF Systems through Matlab
Try using below .... change m1, m2 , k1 and k2 with your problem values. clc; m1 = 5; m2 = 10; k1= 1500; k2 = 6500; ...
5 years 前 | 0
