What's the difference using .* and *, or ./ and /?

125 views (last 30 days)
Hi when do I know to use the . in dividing or multiplying? Originally, I had thought to use .* or ./ if we are doing element-by-element product/division of two matrices, and use * for matrix multiplication/division. If it's related to the array/vector/matrix stuff, I'm a bit fuzzy on that too, so any explanations would be great!!
Thanks!!

Accepted Answer

per isakson
per isakson on 11 Jun 2015
Edited: per isakson on 11 Jun 2015
Element-by-element operations. These are obtained using .* , .^, ./, or .\. See the Arithmetic Operators page. See

More Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!