Simulink.sdi.Tab
R2026bDescription
A Simulink.sdi.Tab object contains information for an individual
tab in the Simulation Data Inspector. Use the Tab object to
access and modify properties of a tab. For example, you can rename a tab, reorder tabs, or set
a particular tab as visible.
Creation
The software creates a Simulink.sdi.Tab object for each open tab in the
Simulation Data Inspector. These tabs are grouped as elements in the Simulink.sdi.TabGroup object. To access a Tab object, get the
element from the TabGroup object using one of these functions:
getTabByName— Get aTabobject using the tab name.getTabByIndex— Get aTabobject using the tab index.getActiveTab— Get theTabobject corresponding to the active tab.
Properties
Object Functions
closeOtherTabs | Close all but specified tab in Simulation Data Inspector |
closeTab | Close Simulation Data Inspector tab |
setActiveTab | Specify active Simulation Data Inspector tab |
Examples
Version History
Introduced in R2026b