How do I multiply specific numbers in two different matrices by each other?
Show older comments
So for instance, If I had:
A=[1 2 3]
B=[4 5 6]
How would I compute 3*5 to get 15? (I'd like to know how to do this for any operator not just multiplication)
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing 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!