??? undefined function or method 'ga14bus_29_sep_2018' for input arguments of type 'double'.
조회 수: 2 (최근 30일)
이전 댓글 표시
??? undefined function or method 'ga14bus_29_sep_2018' for input arguments of type 'double'.
dear sirs how can i solve this problem in matlab 2009b
댓글 수: 1
Walter Roberson
2018년 9월 30일
Note: you marked the question has having to do with Extended Symbolic Math Toolbox, which was a toolbox that was no longer available in the MATLAB release you indicate you are using, R2009b.
You do not appear to be using any function from the Extended Symbolic Math Toolbox: generally speaking those would show up as calls to maple() or evalin(symengine) or feval(symengine)
답변 (1개)
tahseen alshmary
2018년 9월 30일
편집: Walter Roberson
2018년 9월 30일
댓글 수: 4
Walter Roberson
2018년 9월 30일
function cost = ga14bus_29_Sep_2018(par)
cost = randn(size(par));
참고 항목
카테고리
Help Center 및 File Exchange에서 Assumptions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!