Borrar filtros
Borrar filtros

Error using / Matrix dimensions must agree...How can i eliminate this error

1 visualización (últimos 30 días)
fit=sum(abs(0.404 /(1+95575.7*pi*L))-1)^2

Respuesta aceptada

KSSV
KSSV el 26 de Mzo. de 2018
Editada: KSSV el 26 de Mzo. de 2018
Read about matlab element by element operations.
fit=sum(abs(0.404./(1+95575.7*pi*L))-1).^2

Más respuestas (0)

Categorías

Más información sobre Particle Swarm 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