
How to export a Simulink model to a text-based format in R2024b?
I am trying to export a Simulink model for integration into a downstream engineering tool. The model contains structural information (system decomposition into subsystems and components) as well as behavioral models (logic, sequences, functions, etc.). The Simulink model was provided by a third party, and I need to translate it into a SysML v1 or SysML v2 model. For this, I need the Simulink model data in a programmable format.
Structural information is the top priority. Extracting some behavioral model data would be beneficial as well, but not a necessity. However, it would be helpful to have a way to parse or view behavioral elements such as logic and functions.
Is there an export format (preferably text-based), or an API, that allows navigation of the Simulink model object tree and parsing it with an external tool for use in model analytics?
Accepted Answer

0 Comments
More Answers (0)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!