Multiplying vectors resulting in unfinished answer
Show older comments
Can someone help out as to why im getting zeros for the defined range of values and only the last numbers answer is used
Answers (1)
Alan Stevens
on 2 Jan 2021
Use
a./b
not
a/b
for element by element division.
Categories
Find more on Loops and Conditional Statements 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!