- #1
leftbank007
- 2
- 0
Hi, I have a problem of integration in Matlab. I want to integrate the following equation:
y=x/(exp(x)-1)
and x is from 0 to 1.
I use int(y,0,1), but it seems that it does not give correct result.
Could you help me how to do it in Matlab? Thanks!
y=x/(exp(x)-1)
and x is from 0 to 1.
I use int(y,0,1), but it seems that it does not give correct result.
Could you help me how to do it in Matlab? Thanks!