Hi,
I solve part of my issues so I let you know in case some of you are interrested on the topic.
Some commands of the COM Interface need to be called through the Matlab method "set" and "invoke". Two examples:
set(MOUSEapp, 'RunType', 'HD')
Output(i,1) = invoke(MOUSEapp, 'GetValue', 1, 1, char(Node_Name(i,1)), 0);
But I still have an issue: If I can launch a basic simulation with both MU 2009 and MU 2011. The step by step simulation is only working with MU 2009.
Does any one knows what are the changes made to the COM Interface between MU 2009 and MU 2011?
Thank you,
Vianney Courdent