sensitivity analysis for nonlinear inventory model
17 次查看(过去 30 天)
显示 更早的评论
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 个评论
Alan Weiss
2017-11-22
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
回答(1 个)
Star Strider
2017-11-22
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Nonlinear Optimization 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!