nodeinfo = searchNodeByID(neo4jconn,nodeid)
creates the Neo4jNode object using the Neo4j® database connection neo4jconn and the node
identifier nodeid.
Node identifier of a Neo4j database node, specified as a numeric scalar for one node in
the Neo4j database, or a numeric vector for multiple nodes. If a node
identifier is unknown, search for nodes using searchNode and search for
relationships using searchRelation.
Node information for one node in the Neo4j database, returned as a Neo4jNode object. You can
use this node as the origin node for searching the Neo4j database.