Main Content

show

Show player

Since R2020b

Description

show(player) makes the player figure visible again after closing or hiding it.

Input Arguments

collapse all

Player for visualizing data streams, specified as a pcplayer object. Use this method to view the figure after you have removed it from display. For example, after you x-out of a figure and you want to view it again. This is particularly useful to use after a while loop that contains display code ends.

Version History

Introduced in R2020b