error for using *

9 visualizaciones (últimos 30 días)
Tatyana Adamson
Tatyana Adamson el 30 de Abr. de 2020
Respondida: Star Strider el 30 de Abr. de 2020
Mmax = 90.*N+16200*D*b*Gam;
Error using *
Incorrect dimensions for matrix multiplication. Check that
the number of columns in the first matrix matches the number
of rows in the second matrix. To perform elementwise
multiplication, use '.*'.

Respuestas (1)

Star Strider
Star Strider el 30 de Abr. de 2020
Assuming that ‘D’, ‘b’, and ‘Gam’ are all the same sizes, do what the error message tells you and use .* instead of * for the multiplications.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by