hasNode
Description
Examples
Check if Node Exists in Factor Graph
Create a factor graph and add a GPS factor to the factor graph connected to node 0.
fg = factorGraph; id = 0
id = 0
gps = factorGPS(id); addFactor(fg,gps);
Check if the factor graph contains node 0.
hasNode(fg,id)
ans = logical
1
Input Arguments
fg
— Factor graph
factorGraph
object
Factor graph, specified as a factorGraph
object.
nodeID
— ID of node to check
nonnegative integer
ID of node to check, specified as a nonnegative integer.
Output Arguments
nodeExist
— Node exists in the factor graph
false
or 0
| true
or 1
Node exists in the factor graph, returned as a logical 0
(false
) or 1
(true
). The
function returns 0
if the node does not exist, and
1
if it does exist.
Extended Capabilities
C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.
When generating portable C code with a C++ compiler, you must specify hierarchical
packing with non-minimal headers. For more information on packaging options, see the
packNGo
(MATLAB Coder) function.
Version History
Introduced in R2022a
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 (한국어)