Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
fit=sum(abs(0.404 /(1+95575.7*pi*L))-1)^2

Risposta accettata

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

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by