From: Valerio Boschi on
Given a state space system sys, calculated from the linearization of a Simulink model, I simply calculate its modal representation with csys=canon(sys,'modal'). I don't understand why the state names in csys are preserved instead of being reset. This is misleading, since the state vector components order of csys is given by the sequence in which the eigenvalues are extracted by the eig command and therefore is arbitrary.
Thanks in advance.