How to set state space conditions?

2 visualizaciones (últimos 30 días)
Nicolas Ochmann
Nicolas Ochmann el 22 de Ag. de 2017
Comentada: Sudarshan Kolar el 28 de Ag. de 2017
Hi everybody,
does anybody know how to set limits for the state variables in a state space model? Basically I would like to set the following conditions:
statevariable1 = min(statevariable1, 10)
dot(statevariable1) = min(dot(statevariable1), 5)
Alternatively, I thought about defining a second state variable, however, the min condition cannot be put into state space form with mutliple entries.
Does anybody know how this can be done?
Thank you in advance.
Nicolas
  1 comentario
Sudarshan Kolar
Sudarshan Kolar el 28 de Ag. de 2017
Hi Nicolas,
Please share some more details on your workflow.
1. Where are you using your state space model? 2. How are you extracting the initial states of the model?
Thanks.
-Sudarshan

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Language Fundamentals en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by