User`s guide

Table Of Contents
The Right-Click Menus
6-21
Note: To multiselect submenu items (such as in the Characteristics or the
Systems menus), re-open the right-click menu for each submenu item
selection.
The Right-Click Menu for MIMO Models
When you load a MIMO model into the LTI Viewer, the right-click menu has a
few more options than the right-click menu for SISO models does. These
additional menu items are:
Axes Grouping for grouping I/O channels
Select I/Os for hiding the plots from some I/O channels
To see these menu items, you much have a MIMO model loaded in the LTI
Viewer workspace.
The model
ssF8 in the file LTIexamples.mat is a MIMO state-space model for
an F-8 aircraft. This model has two inputs and two outputs. The
InputNames
have been assignedas
Elevator andFlaperon,andtheOutputNameshavebeen
assigned as
Acceleration and FlightPath.
If you haven’t already done so, load this model into the MATLAB workspace by
typing
load LTIexamples
NowthatssF8 is in theMATLABworkspace,you can loadit into anLTIViewer
workspace. To open a new LTI Viewer that displays the four nyquist plots for
each of the I/O channels of this model, type
ltiview('nyquist',ssF8)