I want to export the values displayed in the model explorer. Is there a way to do that?

1 view (last 30 days)
I am working on development using Simulink and would like to create a document that shares information about the ports in the model. Is there a way to export information from the Model Explorer? I would like to export details such as Port Name, Port, BlockType, OutDataTypeStr, etc., in any format like .csv, .m, .xls, or .txt, and save them separately. Is there a way to do this??

Answers (1)

madhan ravi
madhan ravi on 4 Jan 2024
Investigate the names abs values using get_param() and export them according to their categories.

Categories

Find more on Programmatic Model Editing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!