integration
2 次查看(过去 30 天)
显示 更早的评论
回答(2 个)
Paulo Silva
2011-8-18
yes and no, to do symbolic integration use int
syms x
int(x*log(1 + x), 0, 1)
0 个评论
Walter Roberson
2011-8-18
syms uses command/function duality, as is often the case for save() and load().
syms is part of the Symbolic Toolbox and is not defined if you do not have that toolbox.
For numeric integration, see http://www.mathworks.com/help/techdoc/ref/f16-5872.html#f16-6472 and http://www.mathworks.com/help/techdoc/ref/polyint.html and http://www.mathworks.com/help/techdoc/ref/f16-5872.html#f16-6443 and http://www.mathworks.com/help/techdoc/ref/trapz.html (and http://www.mathworks.com/help/techdoc/ref/cumtrapz.html)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!