请问,如何用matlab如何实现数值积分?。

对于,x=-5:0.1:5,y=-5:0.1:5;
r=sqrt(x.^2+y.^2);
求(exp(r.^2))./(r.^3)对r在0到r求积分,
若果换成(exp(x.^2+y.^2))./((sqrt(x.^2+y.^2)).^3)对x在0到x和y在0到y的范围求二重数值积分的话又应该怎么做怎么写程序呢?
最后要画的图是mesh或者surf图。
请教各位大神赐教!

回答(0 个)

类别

帮助中心File Exchange 中查找有关 MATLAB 的更多信息

标签

提问:

N/A
2022-11-24

Community Treasure Hunt

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

Start Hunting!