fsolve error despite optimization toolbox
조회 수: 13 (최근 30일)
이전 댓글 표시
Hi,
I am getting an error when I run a code that includes fsolve : Undefined function 'fsolve' for input arguments of type 'function_handle'.
I have installed the Global Optimization Toolbox. Any idea where there may be an issue?
Thanks
댓글 수: 0
채택된 답변
Walter Roberson
2014년 4월 8일
fsolve is the Optimization Toolbox, not the Global Optimization Toolbox.
Also be sure you have licensed the product: you will get the same error message if the software is installed by not considered licensed.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!