hasView
Description
Examples
Check if Views Exist
Load a map of segments and features from a MAT file.
data = load('segmatchMapFullParkingLot.mat');
sMap = data.segmatchMapFullParkingLot;
Specify a set of indices for views.
viewIds = [10,500,2,100];
Check if the specified indices correspond to existing view identifiers.
tf = hasView(sMap,viewIds)
tf = 1x4 logical array
1 0 1 0
Input Arguments
sMap
— Map of segments and features
pcmapsegmatch
object
Map of segments and features, specified as a pcmapsegmatch
object.
viewIds
— View identifiers
M-element vector
View identifiers, specified as an M-element vector of integers. M is the number of views to delete. Each view identifier is unique to a specific view.
Output Arguments
tf
— Views that exist in map
M-element vector
Views that exist in map, returned as an M-element vector. The
function returns a value of 1
(true
) if the view
specified in the corresponding element of view Ids is in the map. The function returns
0
(false
) if the view is not in the map.
Version History
Introduced in R2021a
MATLAB Command
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
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)