How to multiply the following?
Show older comments
Considering an image I of any size. A mask of size 1X10. How to multiply those two?
3 Comments
Sivakumaran Chandrasekaran
on 10 Sep 2012
a.*b... Most probably it should work
Sabarinathan Vadivelu
on 10 Sep 2012
Jan
on 10 Sep 2012
You cannot multiply a [MxNx3] array directly by a [1x10] vector. It is not clear what kind of output you expect for such a calculation.
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!