integral of symbolic function
조회 수: 2 (최근 30일)
이전 댓글 표시
Hey everybody,
I tried to integrate following equation with symbolic functions (i.e):
syms x(t) y(t)
f=sin(x)^2*diff(y,t)
F=int(f)
but matlab response only with the same equation and a integration sign in front of it.
Can somebody help me, how to show the right Integral of it without integral sign?
Thank you.
댓글 수: 2
Walter Roberson
2019년 4월 19일
There is no closed form for that in general. When y is given then sometimes there is a solution.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!