阅读背景:

MATLAB:如何在MATLAB中计算指数函数的积分?

来源:互联网 

This is the code I have used:

这是我使用的代码:

delta=2*10^-6;
f=@(z) ('exp((z^2)/(2*(delta^2))))/(delta*sqrt(2*pi))');
z=0:(0.1*10^-6):(5*10^-6);
integral(f,0,(5*10^-6))
del



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: