Analytical integral in MATLAB

41 visualizzazioni (ultimi 30 giorni)
dont panic
dont panic il 27 Set 2013
Risposto: Wayne King il 27 Set 2013
Hello,
has matlab a function for analytical integrations?
Thank you for your help

Risposta accettata

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

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by