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

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

1 Comment

But is it possible to present only the Simulink.parameter object and avoid the other parameters?

Sign in to comment.

 Accepted 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.

More Answers (0)

Asked:

on 6 Apr 2017

Commented:

on 7 Apr 2017

Community Treasure Hunt

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

Start Hunting!