Feeds
提问
how to label the solution to a matrix in matlab
This is what I have... %1.152T1 - 1.152T2 = -50974.255 sinx %1.536T1 + 1.536T2 = 50974.255 cosx a = [1.152 -1.152; ...
11 years 前 | 1 个回答 | 0
1
个回答提问
How to solve a matrix with increments
%1.152T1 - 1.152T2 = -50974.255 sinx %1.536T1 + 1.536T2 = 50974.255 cosx a = [1.152 -1.152 1.536 1.536 ]; x = 0:5:60 b = [-50...
11 years 前 | 1 个回答 | 0
