Reputation: 205
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?
Upvotes: 2
Views: 9932
Reputation: 205
I figured it out just now. So all we have to use is a mux block for the input and demux block for outputs.
Upvotes: 1