neo4j returns a Neo4jConnect object with these properties:
URL — The Neo4j database web location
UserName — The user name used to connect to the database
Message — Any database connection error messages
Check the Message property of the Neo4j connection object neo4jconn. The blank Message property indicates a successful Neo4j database connection.
neo4jconn.Message
ans =
[]
Retrieve all node labels using the Neo4j database connection neo4jconn. The cell array nlabels contains a character vector for the one node label in the Neo4j database.
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.