如何解决这个Matlab集成错误?

问题描述

这是我要开始工作的代码

h = 6.62e-34;
t = 5800;
k = 1.38e-23;
f = 484;

fun = @(x)(x^2./exp(h.*f/k.*t)-1).*10^-12;

q = integral(fun,484,inf)

我一直在下面收到错误消息。

Error in integral (line 88)
Q = integralCalc(fun,a,b,opstruct);

Error in Untitled (line 2)
q = integral(fun,inf)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)