State-space models are models that use state variables to describe a system by a set of first-order differential or difference equations, rather than by one or more nth-order differential or difference equations. State variables x(t) can be reconstructed from the measured input-output data, but are not themselves measured during an experiment.
Questions tagged [state-space]
186 questions
-1
votes
1 answer
determining state space based on area
I have been tasked with figuring out a state space for a problem based on the area of a rectangle. It seems that I have made my state space far too large and need some feedback.
So far I have an area that has a value fo 600 for a y axis and 300…

Woot4Moo
- 23,987
- 16
- 94
- 151
-2
votes
1 answer
Why does my function say np.ndarray object not callable?
Attempting to solve a state space for an inverted pendulum using a trapezoidal collocation function with the initial condition 'x0'. I do not quite understand the error I am getting.
import numpy as np
m1 = 1
m2 = 0.3
g = 9.81
l = 0.5
dmax =…

jbiscan
- 3
- 3
-2
votes
1 answer
Why I get this Error? (State Space)
Could someone explain me what I must change in my model?
Model

Bob
- 13
- 7
-2
votes
2 answers
Use value from Input Port in Parameter of block - Simulink
I have a simulink model that I plan on converting to C code and using elsewhere. I have defined 'input ports' in order to set variables in the simulink model.
I am trying to find a way to use the input variables as part of a State Space block but…

Mr Dog
- 396
- 1
- 3
- 22
-2
votes
1 answer
AI Puzzle Program
I have a puzzle with initial state
R R R G R
R G G R R
R G G R G
R G G R R
R R R B R
Where R = Red, G = Green and B = Moveable Blank
and Goal State
R R R R R
R G G G R
R G B G R
R G G G R
R R R R R
I know in order to move the blank i must apply…

Lovely Princess
- 97
- 8
-5
votes
1 answer
controllable for mimo system in matlab
I have a MIMO state space system. I need to obtained a controllability canonical realisation in matlab. How can I do it?. I only know to find a controllable and observable on SISO system. can anyone help me?

norul
- 11
- 2