Determining Object Type in Report Generator Results.
Show older comments
Hi, I am using the Simulink Report Generator (via code, not the visual tool) to do some versioning of simulink models, and I am trying to figure out how to determine the type of the object.
I know the info is available, as the visual interface presents a different icon for the different types (block, line, chart, etc.), and the information is available in the html report, however I cannot figure out a way to discern this information strictly using the console command line.
When I traverse through the tree, and come to a node with modifications, I get the following properties:
Node with properties:
Children: []
Edited: 1
Name: 'Solver'
Parameters: [1x2 struct]
Parent: [1x1 xmlcomp.Node]
Partner: [1x1 xmlcomp.Node]
None of which proivdes me with the type that I am looking for.
Any help would be greatly appreciated.
Answers (0)
Categories
Find more on Simulink Report Generator 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!