I would like to export my Simulink model's data dictionary information that is captured in the model explorer to a spreadsheet. I there a way to do this?
Does this blog post about model explorer on Guy's Simulink blog help?
The first video looks relevant to what you want. It's not exporting to excel, but once data is in MATLAB you can use xlswrite.
This is not quite what I am looking for. The "Find Referenced Variables" gives a list of workspace variables that the model uses. In my case, I have a Stateflow chart that contains its own set of local variables, inputs, outputs, triggers, etc. The Model Explorer displays the chart's data dictionary nicely, but I would like to export it to a spreadsheet.
0 Comments