Hide player figure
hide(player)
example
hide(player) hides the figure. To redisplay the player, use show(player).
player
collapse all
Load point cloud.
ptCloud = pcread('teapot.ply');
Create the player and customize player axis labels.
player = pcplayer(ptCloud.XLimits,ptCloud.YLimits,ptCloud.ZLimits);
Hide figure.
Show figure.
show(player) view(player,ptCloud);
Player for data, specified as a pcplayer or vision.VideoPlayer object.
pcplayer
vision.VideoPlayer
You have a modified version of this example. Do you want to open this example with your edits?