I have state-space model where:
A is 4x4 matrix, B is 4x1 matrix, C is 1x4 matrix.
I want that model to be simulated in Simulink, simple right? So I made a model as shown in this image.
Why i am getting only one output? Shouldnt I get output of matrix 4x1 therefore four outputs?