Problem with the "lineprog" function
Afficher commentaires plus anciens
Hello, can someone help me? i´m doing a transportation problem where I have to minimaize the cost, but at the end when I run it, it show me:
'linprog' requires Optimization Toolbox.
Error in try1 (line 19)
[xopt, fval] = linprog(lpp.f,lpp.A,lpp.b,[],[],lpp.lb);
Do someone know what to do?
I´m using the R202b version
Than you.
Réponses (1)
Matt J
le 10 Déc 2020
1 vote
You must install the Optimization Toolbox.
1 commentaire
Jose Emilio Loya
le 10 Déc 2020
Catégories
En savoir plus sur Solver Outputs and Iterative Display dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!