meagrivera / mtids

Automatically exported from code.google.com/p/mtids
5 stars 0 forks source link

the export does not reflect the template #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow the demo, add 10 nodes;
2. import the templates, and pick the Kuramoto.mdl as the template
3. export to simulink

What is the expected output? What do you see instead?
i expect to see the nodes are updated as the selected template.
in stead, all of them are just state space models in simulink, no matter what 
template i picked.

What version of the product are you using? On what operating system?
2010b. 64 bit win7.

Please provide any additional information below.

Original issue reported on code.google.com by yuebi...@gmail.com on 28 Jul 2011 at 4:53

Attachments:

GoogleCodeExporter commented 9 years ago
Hi 
thanks for posting the issue.

You need to erase the last graph with the old dynamic before adding a new graph 
with new dynamic.

The steps should be

1. File -> New graph
2. Dynamics add -> kuramoto.mdl 
3. On the Node properties - Dynamics - select the kuramoto template you just 
added on step 2
4. add 10 nodes
(you may double-click this nodes and check if the dynamics is the kuramoto 
model)
5. export to simulink using export 2
6. parametrize model...example on manual
7. parametrize simulation ... constant step size ..size 1

let me know if it works !

best regards
jose

Original comment by chepeadan@gmail.com on 28 Jul 2011 at 9:05