MATLAB 帮助中心
Check if view is in view set
tf = hasView(vSet,viewId)
tf = hasView(vSet,viewId) returns 1 (true), if the view specified by viewId is in the view set, vSet. The function returns 0 (false), if the view is not in vSet.
tf
vSet
viewId
1
0
example
collapse all
Create an empty point cloud view set.
vSet = pcviewset;
Add a view with ID 1 to the point cloud view set.
ptCloud = pcread('teapot.ply'); vSet = addView(vSet,1,'PointCloud',ptCloud);
Check if a view with ID 1 is in the view set.
hasView(vSet,1)
ans = logical 1
Check if a view with ID 2 is in the view set.
2
hasView(vSet,2)
ans = logical 0
pcviewset
Point cloud view set, specified as a pcviewset object.
View identifier, specified as an integer. View identifiers are unique to a specific view.
True or false result indicating if view is in view set vSet, returned as a 1 or 0 data type logical.
logical
expand all
Introduced in R2020a
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.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处