solverprofiler.getReportText
R2026bDescription
returns a report of the Solver Profiler results txt = solverprofiler.getReportText(res)res
as formatted text. The formatting makes the results both human readable and suitable
for AI analysis.
The first section in the report provides an overview of the results, including model configuration details, profiling statistics, and the Solver Profiler diagnostics and recommendations. The sections that follow provide information about the solver events that occurred in the simulation, including a table with the details for each event.
specifies options using one or more name-value arguments. For example, to return
only a specific section of the results, specify the txt = solverprofiler.getReportText(res,Name=Value)Section
name-value argument.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2026b