Error in creating a function
1 回表示 (過去 30 日間)
古いコメントを表示
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 件のコメント
採用された回答
madhan ravi
2018 年 8 月 2 日
編集済み: madhan ravi
2018 年 8 月 2 日
hi try this,
ObjectiveFunction = @(x) sim(net, x')
REASON: FUNCTION HANDLE SHOULD BE DETERMINED INSIDE PARENTHESES.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Chebyshev についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!