Determining Object Type in Report Generator Results.

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

Asked:

on 16 Dec 2013

Community Treasure Hunt

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

Start Hunting!