- Declare "C1" as a symbolic variable.
- Replace the symbolic constants with their actual values.
- Use the “matlabFunction” to convert the output expression into a function handle. This will change the indefinite integral into a definite integral with 0 as the lower bound and “t” as the upper bound.
- Evaluate the function for any specific value of “t”.
- https://in.mathworks.com/help/symbolic/dsolve.html
- https://in.mathworks.com/help/symbolic/subs.html
- https://in.mathworks.com/help/symbolic/sym.matlabfunction.html