Integration in MATLAB with symbolic integration limits

28 次查看(过去 30 天)
How can I integrate this with MATLAB?
integral from 0 to x of x^2 and can I store the resulting function into a variable?
I have tried the int function. It doesn't work for symbolic integ.limits.

采纳的回答

Azzi Abdelmalek
Azzi Abdelmalek 2013-9-18
syms x
y=x^2
f=int(y,1,x) % integration between 1 and x

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by