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!