Hi,
You can declare a symbolic variable like below
x = sym('x')
and call your function by passing above declared symbolic variable to your function like below
int(T(x),[0,50])
Hope it helps
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!