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 = [-50974.255*sin(x*(pi/180)) 50974.255*sin(x*(pi/180))]*
T = inv(a)*b
my expression is incorrect or incomplete
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Algebra에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!