Gamma function in MATLAB

조회 수: 2 (최근 30일)
Juana21
Juana21 2012년 12월 7일
Hi, I have this Gamma function and I need to solve it,but I do not know how :( Can somebody help me, please? I need to use MATLAB for it:
integrate s^(1/40)*e^(-(y-5)^(2)/(2*s^2)) ds
thank you in advance :)

답변 (1개)

Matt Fig
Matt Fig 2012년 12월 7일
편집: Matt Fig 2012년 12월 7일
syms s y
I = int(s^(1/40)*exp(-(y-5)^(2)/(2*s^2)),s)

카테고리

Help CenterFile Exchange에서 Gamma Functions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by