www.gusucode.com > symbolic 源码程序 matlab案例代码 > symbolic/GammaPlotTheGammaFunctionvExample.m

    %% Plot Gamma Function
% Plot the gamma function and add grid lines.
syms x
fplot(gamma(x))
grid on