Info

此问题已关闭。 请重新打开它进行编辑或回答。

what is wrong with my code

1 次查看(过去 30 天)
JJ
JJ 2021-4-28
关闭: Walter Roberson 2021-4-28
t=86400;
v=10.^-5;
D=10.^-7;
x=0:0.01:2;
%Calcuate the concentration in ( mol/l)
conc=(1./sqrt(4*pi*D*t)*exp.(-1*((x-v*t).^2./4*D)));
Errors:
Argument to dynamic structure reference must evaluate to a valid field name.
Error in CES_StudentID_empty (line 54)
conc=(1./sqrt(4*pi*D*t)*exp.(-1*((x-v*t).^2./4*D)));

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by