harold.concatenate_state_matrices

harold.concatenate_state_matrices(G)

Takes a State() model as input and returns the A, B, C, D matrices combined into a full matrix. For static gain models, the feedthrough matrix D is returned.

Parameters:G (State) –
Returns:M (ndarray)