Definite Integral for known matrix
이전 댓글 표시
Hi,
I have a matrix P(x) and x, both are known. I need to find a definite integral between a to x of (P(x).dx)). How can I do that? Is there a way I can use seperation of varables here?
댓글 수: 3
Walter Roberson
2019년 1월 17일
Is P a matrix of symbolic expressions? If so then
int(P, x, a, x)
Abhijit Bhosale
2020년 4월 14일
matlab is showing int as an unrecognized function....
Walter Roberson
2020년 4월 14일
int() requires the Symbolic Toolbox and the first parameter must be class sym or symfun
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Calculus에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!