The functions Subsystem and DeleteSubsystem available in Control System Professional also work with the new objects SystemMatrix, LeftMatrixFraction, and RightMatrixFraction. Make sure the application is loaded. Here is a SystemMatrix with two inputs and three outputs. Out[3]= | ![](HTMLImages/PCS3.5.3.en/PCS3.5.3.en_i_3.gif) |
This selects the subsystem consisting of the second input and the second and third outputs. Out[5]= | ![](HTMLImages/PCS3.5.3.en/PCS3.5.3.en_i_5.gif) |
Here is the LeftMatrixFraction form of the original SystemMatrix. Out[7]= | ![](HTMLImages/PCS3.5.3.en/PCS3.5.3.en_i_7.gif) |
This deletes the second and third outputs leaving all inputs intact. Out[9]= | ![](HTMLImages/PCS3.5.3.en/PCS3.5.3.en_i_9.gif) |
|