How can I evaluate a multivariable symbolic function for certain input values?
이전 댓글 표시
For example, say I've taken the partial derivative of a multivariable expression with variables x1, x2, x3... How can I evaluate that partial derivative by substituting certain values for those variables (the values could be assigned to non symbolic variables or in a matrix)? I realize this can be solved by repeating subs(function, variable, value) until all the variables but a new method would save a lot of time for repeated iterations.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Conversion에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!