2
votes

I want to implement a state space model with 4 inputs and 4 outputs in Simulink. But the state space block has only one input and only one output. So what can I do here?

Simulink State Space Block

1

1 Answers

1
votes

I figured it out just now. So all we have to use is a mux block for the input and demux block for outputs. enter image description here