Main Content
generateReport
Create report of data from profiling simulation run using Simulink Profiler
Since R2023a
Description
generateReport(
creates an HTML
report of the profiling results profilingData
)profilingData
generated by profiling the
execution of a model using the Simulink Profiler. The HTML report is saved in
the current working directory with a filename based on the name of the model and the
timestamp of the profiling simulation that created the profiling results.
generateReport(
creates an HTML report of the profiling results profilingData
,filename
)profilingData
and saves
the report using the path and filename filename
.
Examples
Input Arguments
Version History
Introduced in R2023a