Excel Solver Equivalent in Matlab?
Afficher commentaires plus anciens
Hello,
I have data in excel which I am using to make an optimization analysis. In excel, using the solver, it's easy: I can choose a cell with a formula then pick the cells i need to change and add constraints and then minimize. But, I'm lost when it comes to Matlab's optimization process. Reading through the documentation, it looks like the solvers/optimizers are meant to analyze single functions; since my problem is very data-driven, I'm not sure what to do.
Can someone please provide some guidance?
I have access to the optimization and global optimization toolboxes.
Thank you.
1 commentaire
Julian Gammon III
le 10 Oct 2014
I am having exactly the same problem. Althogh Solver is not geared to large scale problems, it is easy to set up LP problems and interactively add/delete constraints. I am going through two MatLab solvers by trail and error Linprog and Nmincon to try and see how to convert my Excel problem structure to MatLab.
Réponse acceptée
Plus de réponses (0)
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!