Matlab Tutorial - 30 - Multiplying and Dividing Vectors Element-by-Element

preview_player
Показать описание

Learn how to multiply and divide vectors element by element in matlab. This isn't the same as the vector dot product or cross product, but is useful for many practical calculations.
Рекомендации по теме
Комментарии
Автор

so it means if we want to multiply or divide element by element for either row or column vectors, we will have to use .* or ./ right?

dianaprincess