Home > Source > Simple_1D > run_model_opt.m

run_model_opt

PURPOSE ^

==============================================================

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 ==============================================================
 RUN_MODEL_OPT: This file is used to orchestrate some experiments
                and simulation with the results recorded.

 Code written by Katherine Smith, 2003

    PENDING WORK

      -

    KNOWN BUG/S

      -None.

    COMMENT/S

      -

    ABOUT

      -Created:     November 23rd, 2003
      -Last update: Novermber 26th, 2003
      -Revision:    0.0.2
      -Author:      R. S. Schestowitz, University of Manchester
 ==============================================================

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % ==============================================================
0002 % RUN_MODEL_OPT: This file is used to orchestrate some experiments
0003 %                and simulation with the results recorded.
0004 %
0005 % Code written by Katherine Smith, 2003
0006 %
0007 %    PENDING WORK
0008 %
0009 %      -
0010 %
0011 %    KNOWN BUG/S
0012 %
0013 %      -None.
0014 %
0015 %    COMMENT/S
0016 %
0017 %      -
0018 %
0019 %    ABOUT
0020 %
0021 %      -Created:     November 23rd, 2003
0022 %      -Last update: Novermber 26th, 2003
0023 %      -Revision:    0.0.2
0024 %      -Author:      R. S. Schestowitz, University of Manchester
0025 % ==============================================================
0026 
0027 diary model_sep_multi_edge_50
0028 build_1d_model('multi_point','edge','model_opt_separate')
0029 diary off
0030 
0031 % diary model_sep_multi_grid_50
0032 % build_1d_model('multi_point','grid','model_opt_separate')
0033 % diary off
0034 %
0035 % diary model_sep_multi_random_50
0036 % build_1d_model('multi_point','random','model_opt_separate')
0037 % diary off
0038 
0039 diary model_tog_multi_edge_50
0040 build_1d_model('multi_point','edge','model_opt_together')
0041 diary off
0042 
0043 % diary model_tog_multi_grid_50
0044 % build_1d_model('multi_point','grid','model_opt_together')
0045 % diary off
0046 
0047 % diary model_tog_multi_random_50
0048 % build_1d_model('multi_point','random','model_opt_together')
0049 % diary off
0050 
0051 % diary model_sep_single_edge_50
0052 % build_1d_model('single_point','edge_and_scale','model_opt_separate')
0053 % diary off
0054 
0055 % diary model_sep_single_grid_50
0056 % build_1d_model('single_point','overlap_grid','model_opt_separate')
0057 % diary off
0058 
0059 % diary model_sep_single_random_50
0060 % build_1d_model('single_point','random_and_scale','model_opt_separate')
0061 % diary off
0062 
0063 diary model_tog_single_edge_50
0064 build_1d_model('single_point','edge_and_scale','model_opt_together')
0065 diary off
0066 
0067 % diary model_tog_single_grid_50
0068 % build_1d_model('single_point','overlap_grid','model_opt_together')
0069 % diary off
0070 
0071 % diary model_tog_single_random_50
0072 % build_1d_model('single_point','random_and_scale','model_opt_together')
0073 % diary off

Generated on Thu 13-May-2004 18:00:46 by m2html © 2003