MATLAB: How to present a Simulink.Parameter object with all his properties in a Report(Report Generator)

report generatorSimulink Report Generatorsimulink.parameter object

How can I present a Simulink. Parameter object with all his properties in a Report(Report Generator)?

Best Answer

  1. Insert a Simulink Workspace Variable Loop component in your report setup.
  2. Append a Simulink Workspace Variable component to the loop component. This will cause the Report Generator to report on all workspace variables used by your model, including Simulink.Parameter objects.
For an example of how to do this and other common Simulink reporting tasks:
  1. Select File->Reports->System Design Description from the Simulink editor's menu bar. This opens the SDD options dialog.
  2. Select Customize Content. This opens a copy of the SDD setup file in the Report Explorer that you can customize. The standard setup file reports on most things that you want to know about a model.