Main Content

socAlgorithmAnalyzerReport

Open algorithm analysis report

Since R2020a

Description

example

socAlgorithmAnalyzerReport(reportfile) opens the specified report generated by the socFunctionAnalyzer or socModelAnalyzer function. The report opens in a separate window titled Algorithm Analyzer Report.

Examples

collapse all

Use the socFunctionAnalyzer function to generate a report. Then, open the generated report:

socFunctionAnalyzer('soc_test_func.m','FunctionInputs',{10,20},'Folder','report');
socAlgorithmAnalyzerReport('report/soc_test_func.mat');

Input Arguments

collapse all

Path to report file, specified as a character vector or string scalar that indicates the name of a MAT-file, generated by the socFunctionAnalyzer or socModelAnalyzer function.

Example: 'report/soc_test_func.mat'

Data Types: char | string

Version History

Introduced in R2020a