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

    %% Prime Factors of Double Integer Value  

%%  
f = factor(200)  

%% 
% Multiply the elements of |f| to reproduce the input value. 
prod(f)