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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
