- Under R2021a: The Optimization app (optimtool) has been removed. For a visual interface to solvers, use the Optimize Live Editor task.
- Under R2020b: The Optimize Live Editor task replaces the Optimization app (optimtool) as a visual interface for creating and solving optimization problems. As noted since R2015b, the Optimization app will be removed in a future release.
Optimization app has been removed in MATLAB Online?
조회 수: 7 (최근 30일)
이전 댓글 표시
I want to use "gatool", but it shows a message that "Optimization app has been removed". Please do the needful.
댓글 수: 0
답변 (1개)
Cris LaPierre
2021년 7월 3일
Your observation is not limited to MATLAB Online. In R2021a, the optimization app has been removed. See the release notes:
댓글 수: 2
Sam Chak
2022년 12월 6일
x = ga(fun, nvars)
or
[x,fval,exitflag,output] = ga(fun, nvars, A, b, Aeq, beq, lb, ub, nonlcon, options)
See the documentation:
help ga
참고 항목
카테고리
Help Center 및 File Exchange에서 Direct Search에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!