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 Comment

What's wrong with that solution? Does it not meet your needs? If not, then say why not.

Sign in to comment.

More Answers (0)

Products

Asked:

on 18 Nov 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!