Error in creating a function
古いコメントを表示
What's wrong in the following expression?
ObjectiveFunction = @x() sim(net, x')
2 件のコメント
Stephen23
2018 年 8 月 2 日
@x() sim(net, x')
^^^
should be:
@(x) sim(net, x')
^^^
GEORGIOS BEKAS
2018 年 8 月 2 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!