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

    %% Factorial of Unsigned Integer Values  

%%  
n = uint64([5 10 15 20]);
f = factorial(n)