I have a MatLab Simulink project where I have several Simulink model (.slx) files. I want to do two things. First, I want to read/parse details information from these model files such as blocks, connected lines, source block and destination block of each connection, etc. Then, I want to insert these model information into a graph database (Neo4j). My ultimate goat is to visualize model information as nodes and relationships in Neo4j graph database. How can I read/parse the Simulink model information and then put in Neo4j database?