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

1 次查看(过去 30 天)

采纳的回答

Star Strider
Star Strider 2021-12-6
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
.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by