workspace
- chang wang
- Posts: 8
- Joined: Thu Mar 21, 2024 7:54 am
workspace
Is it possible to develop such a function, similar to the matlab workspace, it allows user to see the simulation process or after the end of the simulation of some parameters, not necessarily the parameters of the controller, but also can get some user-defined parameters. Thank you.
- chang wang
- Posts: 8
- Joined: Thu Mar 21, 2024 7:54 am
Re: workspace
One more question, I want to develop some new modules based on your Reference Manual that are usable in software, for example to improve MuscleReflex, how should I do it?
- Thomas Geijtenbeek
- Posts: 457
- Joined: Wed Mar 12, 2014 8:08 am
Re: workspace
Which specific parameters are you interested in? There are already many parameters being stored, which you can plot in the Analysis Window, after the evaluation of a .par file. The data that is outputted can be configured via Preferences -> Data. You can also output any custom parameter using a ScriptController or ScriptMeasure.
With regards to your second question, are you interested in changing the Reflex Controller or the MuscleReflex itself? If you can provide me a little more details about what you wish to change, I can help point you in the right direction.
With regards to your second question, are you interested in changing the Reflex Controller or the MuscleReflex itself? If you can provide me a little more details about what you wish to change, I can help point you in the right direction.