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

2 ビュー (過去 30 日間)
swati paliwal
swati paliwal 2018 年 3 月 26 日
編集済み: KSSV 2018 年 3 月 26 日
fit=sum(abs(0.404 /(1+95575.7*pi*L))-1)^2

採用された回答

KSSV
KSSV 2018 年 3 月 26 日
編集済み: KSSV 2018 年 3 月 26 日
Read about matlab element by element operations.
fit=sum(abs(0.404./(1+95575.7*pi*L))-1).^2

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeParticle Swarm についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by