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

1 Ansicht (letzte 30 Tage)
fit=sum(abs(0.404 /(1+95575.7*pi*L))-1)^2

Akzeptierte Antwort

KSSV
KSSV am 26 Mär. 2018
Bearbeitet: KSSV am 26 Mär. 2018
Read about matlab element by element operations.
fit=sum(abs(0.404./(1+95575.7*pi*L))-1).^2

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by