Need code for indefinite integral substitution

<<
<<
>>
>>

2 Comments

Looks like homework, show us what you have done. First step establish x as symbolic variable
syms x;
And as the hint suggests, use the int function and/or the subs function.
doc int
doc subs

Sign in to comment.

Answers (0)

Asked:

on 31 Mar 2021

Commented:

on 31 Mar 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!