- 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?
27 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to use "gatool", but it shows a message that "Optimization app has been removed". Please do the needful.
0 Commenti
Risposte (1)
Cris LaPierre
il 3 Lug 2021
Your observation is not limited to MATLAB Online. In R2021a, the optimization app has been removed. See the release notes:
2 Commenti
Sam Chak
il 6 Dic 2022
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
Vedere anche
Categorie
Scopri di più su Direct Search in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!