- 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!