Main Content

display

Generate message that describes how to open code execution profiling report

Description

example

myExecutionProfile.display generates a message that describes how you can open the code execution profiling report.

Examples

collapse all

To generate a message that describes how to open the code execution profiling report, use the display function and the myExecutionProfile workspace variable.

myExecutionProfile.display

Input Arguments

collapse all

myExecutionProfile is a workspace variable, specified through the configuration parameter CodeExecutionProfileVariable and generated by a simulation.

Example: myExecutionProfile

Version History

Introduced in R2011a