Gamma函數相關matlab代碼

1、Gamma函數: Gamma函數matlab代碼: x=0:0.5:5 syms t y=int(t.^(x-1)*exp(-t),0,inf) y=double(y) plot(x,y,'r-o','linewidth',1) 圖像如下:   2、lgΓ(x)函數 matlab代碼: x=0:0.1:5 syms t y=int(t.^(x-1)*exp(-t),0,inf) y=log10
相關文章
相關標籤/搜索