How to get the product multiplication of element matrix with equal size?
Show older comments
How to get the product multiplication of element matrix with equal size? I tray with this, but failed
X=pascal(4);
Y=magic(4);
Z(i,j)=X(i,j)*Y(i,j)
Accepted Answer
More Answers (0)
Categories
Find more on Robotics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!