view m-toolbox/html_help/help/ug/builtin_models_ssm_content.html @ 11:9174aadb93a5
database-connection-manager
Add LTPDA Repository utility functions into utils.repository
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − <p>
+ − 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
+ − </p>
+ − <div class="fragment"><pre>
+ − >> ssm.getBuiltInModels
+ − </pre></div>
+ − <p>
+ − For creating your own SSM models, follow similar rules as in the AO case. A good example to follow is
+ − </p>
+ − <div class="fragment"><pre>
+ − >> edit ssm_model_standard_system_params
+ − </pre></div>
+ −
+ −