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!