sensitivity analysis for nonlinear inventory model
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi, I need to do table and graph for sensitivity analysis for nonlinear inventory model. I have found the optimal value using Genetic Algorithms.how can i do it in MATLAB. thank you all
1 commentaire
Alan Weiss
le 22 Nov 2017
I'm sorry, but I do not understand your question. What is it exactly that you are looking to do?
Alan Weiss
MATLAB mathematical toolbox documentation
Réponses (1)
Star Strider
le 22 Nov 2017
The Jacobian of your model (partial derivatives with respect to each parameter) should provide you with the sensitivity function. Use the Symbolic Math Toolbox jacobian function to calculate it, and the matlabFunction function to create it as an anonymous function to use in your calculations.
0 commentaires
Voir également
Catégories
En savoir plus sur Nonlinear Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!