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

1 visualización (últimos 30 días)
How can I present a Simulink. Parameter object with all his properties in a Report(Report Generator)?

Respuesta aceptada

Paul Kinnucan
Paul Kinnucan el 6 de Abr. de 2017
Editada: Paul Kinnucan el 6 de Abr. de 2017
  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.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by