comparison m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 <p>
2 The handling of built-in SSM models is done pretty much the same as for the AO models. To see a list of available models, use
3 </p>
4 <div class="fragment"><pre>
5 >> ssm.getBuiltInModels
6 </pre></div>
7 <p>
8 For creating your own SSM models, follow similar rules as in the AO case. A good example to follow is
9 </p>
10 <div class="fragment"><pre>
11 >> edit ssm_model_standard_system_params
12 </pre></div>
13
14