report
Description
report(
creates and opens a
benchmark report as a live script (plannerBM
).mlx
) in the MATLAB® editor. The function saves the report in the current working directory with
the default file name.
Note
The report
function also exports the input plannerBenchmark
object to a MAT file and places the file in a folder called
plannerBenchmark
, located in the same directory as the saved
report.
report(
specifies options using one or more name-value arguments. For example,
plannerBM
,filename
,Name=Value
)report(plannerBM,"reportFile",Open=false)
creates a benchmark report
file named reportFile.mlx
and saves it in the current working directory,
but does not open the report in the MATLAB editor.
Examples
Input Arguments
Version History
Introduced in R2022b