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 で Morphological Operations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!