Analytical integral in MATLAB

Hello,
has matlab a function for analytical integrations?
Thank you for your help

 Accepted Answer

The Symbolic Toolbox does
syms x;
f = x^2
int(f,x)

More Answers (0)

Products

Asked:

on 27 Sep 2013

Answered:

on 27 Sep 2013

Community Treasure Hunt

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

Start Hunting!