Analytical integral in MATLAB

60 vues (au cours des 30 derniers jours)
dont panic
dont panic le 27 Sep 2013
Hello,
has matlab a function for analytical integrations?
Thank you for your help

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Symbolic Math Toolbox dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by