Analytical integral in MATLAB

46 次查看(过去 30 天)
Hello,
has matlab a function for analytical integrations?
Thank you for your help

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by