stat_process
PURPOSE 
$Id: stat_process.m,v 1.8 2004/08/03 14:11:30 dalai Exp $
SYNOPSIS 
function stat_process(model,nb_mob,nb_simu,threshold,export,format)
DESCRIPTION 
CROSS-REFERENCE INFORMATION 
This function calls:
- stat_convert_results $Id: stat_convert_results.m,v 1.4 2004/08/03 12:13:32 dalai Exp $
- stat_plot $Id: stat_plot.m,v 1.6 2004/08/03 14:19:40 dalai Exp $
- export $Id: export.m,v 1.15 2004/05/21 15:55:02 dalai Exp $
This function is called by:
SOURCE CODE 
0001
0002 function stat_process(model,nb_mob,nb_simu,threshold,export,format)
0003
0004
0005 stat_convert_results(model,nb_mob,nb_simu);
0006 stat_plot(model,nb_mob,threshold,export,format);
Generated on Sun 15-Aug-2004 22:13:10 by m2html © 2003