SimBiology not recognizing my Optimization Toolbox
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
I'm trying to use SimBiology to fit data to a model and I wanted to use the lsqcurvefit. I get error message saying it requires the Optimization Toolbox, but I already have Optimization Toolbox installed (I can call lsqcurvefit fine through the command window) - somehow SimBiology is not recognizing that it is already installed? Anyone knows how to fix this?
댓글 수: 0
답변 (1개)
Arthur Goldsipe
2017년 2월 28일
Hi,
SimBiology uses the license function to confirm whether the Optimization Toolbox is available. Please confirm that 1 (true) is returned by the following commands:
license test optimization_toolbox
license checkout optimization_toolbox
If either of those return 0 (false), then that's likely the source of the problem.
-Arthur
댓글 수: 0
이 질문은 마감되었습니다.
커뮤니티
더 많은 답변 보기: SimBiology Community
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!