Analytical integral in MATLAB

85 views (last 30 days)
dont panic
dont panic on 27 Sep 2013
Answered: Wayne King on 27 Sep 2013
Hello,
has matlab a function for analytical integrations?
Thank you for your help

Accepted Answer

Wayne King
Wayne King on 27 Sep 2013
The Symbolic Toolbox does
syms x;
f = x^2
int(f,x)

More Answers (0)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!