sensitivity analysis for nonlinear inventory model
조회 수: 6 (최근 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!