How to do division on matrices ?
이전 댓글 표시
[a b; c d]*[x;y]=[k;l]
How can i calculate x and y if I know a,b,c,d and k,l ?
채택된 답변
추가 답변 (1개)
Jan
2018년 11월 6일
v = [a b; c d] \ [k; l]
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!