求matlab大神,matlab画指数积分函数 Ei(x),为了得到下图的图像,公式也在附图,λ=52,a=1.50*10^-5求编写代码,补充数据:q=1
来源:学生作业帮助网 编辑:六六作业网 时间:2025/01/30 22:54:09
求matlab大神,matlab画指数积分函数Ei(x),为了得到下图的图像,公式也在附图,λ=52,a=1.50*10^-5求编写代码,补充数据:q=1求matlab大神,matlab画指数积分函数
求matlab大神,matlab画指数积分函数 Ei(x),为了得到下图的图像,公式也在附图,λ=52,a=1.50*10^-5求编写代码,补充数据:q=1
求matlab大神,matlab画指数积分函数 Ei(x),为了得到下图的图像,公式也在附图,λ=52,a=1.50*10^-5
求编写代码,补充数据:q=1
求matlab大神,matlab画指数积分函数 Ei(x),为了得到下图的图像,公式也在附图,λ=52,a=1.50*10^-5求编写代码,补充数据:q=1
q=1;
lamda=52;
a=1.50*10^-5;
r=0:0.0001:0.05;
t=[0.1 1 10 100 1000];
s='bgmkc';
for i=1:5
T=-q/(4*pi*lamda)*mfun('Ei',-r.^2./(4*a*t(i)));
hold on;plot(r,T,s(i))
end
legend('t=0.1s','t=1s','t=10s','t=100s','t=1000s')