Hello, the code to enter and raise the integral does not run, what is wrongly written?

1 view (last 30 days)

Answers (1)

Torsten
Torsten on 12 May 2022
a=0.286;
b=0.1851;
c=1.272;
f=@(t)t.^(0.5*c).*exp(-0.5*a*t);
I = sqrt(b)*integral(f,0,Inf)

Categories

Find more on MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!