Is there any way to add a new state to a system?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Sina Porsa
Posts: 99
Joined: Thu Feb 03, 2011 7:21 pm

Is there any way to add a new state to a system?

Post by Sina Porsa » Tue Jun 12, 2012 7:12 pm

Hi everyone;
I was wondering if I can add a new state into a model so that I can integrate it's ODE using Forward Dynamics?
Lets say my system has 5 states (x1 to x5). SIMTK generates the ODE s and we can integrate them using FD (forward dynamics)
I want to add a new state (x6) to this system and I know the definition of its derivative (which is a function of the other states) for example:
x6dot = x1 + x3;
I also know the initial value of this new state (x6-initial)
I was wondering if there is a way to add this new state into the system so that I can integrate it?

Regards,
Sina

POST REPLY