Pythagorean theorem with matrixs
显示 更早的评论
Hi
If you have two matrix with the same size, how do you use Pythagorean theorem at each element with the same index in both of the matrixs? For example: M1=[1 2 3; 4 5 6] and M2=[4 5 6; 1 2 3]
I want the result to be like: M3=[sqrt(1^2+4^2) sqrt(2^2+5^2) sqrt(3^2+6^2);sqrt(4^2+1^2) sqrt(5^2+2^2) sqrt(6^2+3^2)]
I hope its clear :/
Anyone knows how I can do it?
1 个评论
Image Analyst
2012-11-18
What's wrong with that solution? Does it not meet your needs? If not, then say why not.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Correlation and Convolution 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!