MATLAB: State Space with variable parameters

MATLABsimulinkstate-space

Hi everyone, I'm using Simulink and a State Space Block. I would like to implement some parameters (A, B, C and D) variable at each time step. I understand this is not feasible with the current block. Anyone got an idea on how to do this?

Best Answer

Do it with basic blocks. A few Product, Sum, and Integrator blocks will do the job.
This solution might help:
Related Question