deleteNode(neo4jconn,node)
deletes a single node or multiple nodes using the Neo4j® database connection. If a specified node has an associated
relationship, this syntax throws an error.
Check the Message property of the Neo4j connection object neo4jconn. The blank Message property indicates a successful connection.
neo4jconn.Message
ans =
[]
Create two nodes in the Neo4j database using the Neo4j database connection. Use the 'Labels' name-value pair argument to specify the Person node label for each node.
Node in a Neo4j database, specified as a Neo4jNode object, Neo4jNode object array, numeric scalar,
or a numeric vector. For one node, specify a Neo4jNode object or a
numeric scalar. For multiple nodes, specify a Neo4jNode object array or
a numeric vector.
The numeric scalar or vector must contain Neo4j database node identifiers.
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.