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

1 view (last 30 days)

Accepted Answer

Star Strider
Star Strider on 6 Dec 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
.

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!