Need code for indefinite integral substitution
显示 更早的评论
<<
<<

>>
>>
2 个评论
David Hill
2021-3-31
Looks like homework, show us what you have done. First step establish x as symbolic variable
syms x;
Steven Lord
2021-3-31
And as the hint suggests, use the int function and/or the subs function.
doc int
doc subs
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!