How do I get Simulink Model Properties to workspace? Especifically Model history logs..
2 views (last 30 days)
Show older comments
Carlos Henry
on 26 Feb 2016
Commented: Carlos Henry
on 26 Feb 2016
Trying to automate model changes to Git repository. Creating a script to build and generate C code then push the changes and output files to our repository. I would like to include model history logs as reference and would like to do it automatically as commit message.
0 Comments
Accepted Answer
Fangjun Jiang
on 26 Feb 2016
You can use get_param(ModelName, ParameterName) to get the needed info.
Depending on the Simulink version, refer to the document for the name of the parameters. Here is the link to the latest version from the Mathworks website.
More Answers (0)
See Also
Categories
Find more on Simulink Environment Customization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!