I am linearizing a simulink model with 3 inputs and 6 outputs using MATLAB linear analysis tool. It includes an integrator which transfers all my 6 states which are: Roll, Rolldot, Pitch, Pitchdot, Yaw, and Yawdot.
The problem is that the linearized system includes only 3 states which is contrary to what I want to model. This is seemingly done by the BlockReduction option in the linearize command. I'm wondering if there is a way that I can tell the linear analysis tool not to minimally realize my system. I haven't tried using command syntax, but I figure that it can be done that way.