MATLAB Help Center
Visible or hidden status for player
isOpen(player)
isOpen(player) returns true or false to indicate whether the player is visible.
player
true
false
example
collapse all
Close the display of continuous point cloud player
Add data to the point cloud player.
player = pcplayer([0 1],[0 1],[0 1]);
Display continuous player figure. Use the isOpen method to check if player figure window is open.
isOpen
while isOpen(player) ptCloud = pointCloud(rand(1000,3,'single')); view(player, ptCloud); end
Terminate the while-loop by closing pcplayer figure window.
pcplayer
Video player, specified as a pcplayer, or vision.DeployableVideoPlayer object.
vision.DeployableVideoPlayer
Introduced in R2012a
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office