How to fix the error message, "incorrect dimensions for matrix multiplication"?

2 Ansichten (letzte 30 Tage)

Akzeptierte Antwort

Star Strider
Star Strider am 6 Dez. 2021
I cannot run images of code, only code text.
The code needs to do element-wise multiplication —
x = 0:0.1:120;
p = 150;
e = 104000;
i = 4;
l = 120;
y = ((p*x.^2) / (6*e*i)) .* ((3*l)*x);
% ↑ ← HERE
.

Weitere Antworten (0)

Kategorien

Mehr zu Multidimensional Arrays finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by