I have two state space models, one 5th order and another one 4th order, which I want to use in series in a Simulink model. However, I would like to read the (A,B,C,D,x0) parameters of each model from a file. This would have to be done in Simulink. Then I process each input, update the states, and compute an output. The inputs also have to be read from a file. Does anyone know how to do this? Any help will be appreciated. Thanks