Scaling with Matlab
Posted: Sun Feb 16, 2014 1:04 pm
Hello everybody,
I was trying to execute a scaling operation of a model using matlab. Since now I was able to create two objects by doing:
- SC = ScaleTool('Setup_scale.xml');
- I = SC.getModelScaler();
- II = SC.getMarkerPlacer();
Now I have read that, in order to obtain the results needed, it is necessary to use the command 'processModel(...)' but I really can understand what are the inputs I have to put inside it. Can anyone help me?
Thanks in advance
-Carlo
I was trying to execute a scaling operation of a model using matlab. Since now I was able to create two objects by doing:
- SC = ScaleTool('Setup_scale.xml');
- I = SC.getModelScaler();
- II = SC.getMarkerPlacer();
Now I have read that, in order to obtain the results needed, it is necessary to use the command 'processModel(...)' but I really can understand what are the inputs I have to put inside it. Can anyone help me?
Thanks in advance
-Carlo