[求助]求助达人:matlab,求积分!
用matlab求不定积分∫exp(-h-t/(1+h))dh!matlab有求积分的函数,我写的程序如下:
syms h
y=exp(-h-t/(a+b*h))
R=int(y,h)
结果显示:
Warning: Explicit integral could not be found.
> In sym.int at 58
R =
int(exp(-h-t/(a+b*h)),h)
求不出来!
请问一下为什么会出错,还有什么其它的办法吗?