Multiplying vectors resulting in unfinished answer
Afficher commentaires plus anciens
Can someone help out as to why im getting zeros for the defined range of values and only the last numbers answer is used
Réponses (1)
Alan Stevens
le 2 Jan 2021
Use
a./b
not
a/b
for element by element division.
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!