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!