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!