Numerical integration over (0, x1)
Ältere Kommentare anzeigen
I am trying to numerical integrate the function. I am not able to solve it. Can anyone help me?

Note: t is a constant over here and limits are from 0 to x1.
Thanks in advance.
Raj Patel.
6 Kommentare
John D'Errico
am 21 Sep. 2020
PLease don't insert a picture of code. If it were text, I could just copy your function into MALTAB to look at it. As it is, then I need to retype it, for no good reason. And while this is a simple case, why in the name of god and little green apples would you want to make it more difficult for someone too help you?
John D'Errico
am 21 Sep. 2020
Next, is t a known constant? Does it have some value? What is it? If not, then you cannot use integral to integrate a function with a symbolic parameter.
Raj Patel
am 21 Sep. 2020
Raj Patel
am 21 Sep. 2020
Raj Patel
am 21 Sep. 2020
Raj Patel
am 21 Sep. 2020
Akzeptierte Antwort
Weitere Antworten (1)
Alan Stevens
am 21 Sep. 2020
Need to write fun as
fun = @(x) (1./(exp(0.014342./(x*t))-1).*1./x.^4);
1 Kommentar
Raj Patel
am 21 Sep. 2020
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!