Multiplying a Vector by a Matrix in matlab

1 Ansicht (letzte 30 Tage)
Johan Johan
Johan Johan am 19 Feb. 2019
Kommentiert: Adam am 19 Feb. 2019
I found this problem in matlab when i want to multiplying a vector by matrix. :
n=0:4;
r=exp(-j)*n;
o=[1 2 0; 3 2 0;5 6 1]
P=o.*r;
How can i solve this problem ?
Error using .*
Matrix dimensions must agree
  1 Kommentar
Adam
Adam am 19 Feb. 2019
What would you expect to be the result of multiplying a 3x3 matrix with a 1x5 vector?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by