When using the “findop” command in Simulink, you can specify the active state configuration using the “ActiveConfigSet” option. This allows you to find the operating point for a specific configuration and avoid having all state variables appear multiple times in the output.
This will find the operating point for the first configuration only, and the output should only contain the two state variables once. You can repeat this process for the other configurations to find the operating points for those as well.
When using the linearize command, you can pass in the operating point you found using findop for the desired configuration. This should give you a state-space model for that specific configuration.