Main Content

run

Class: Simulink.sfunction.Analyzer
Namespace: Simulink.sfunction

Perform checks on S-functions

Syntax

result = run()

Description

result = run() returns a struct containing the result from the analyzer checks. An example result struct has the following fields:

       TimeGenerated: '19-Jul-2017 19:25:32'
            Platform: 'win64'
             Release: '(R2017b)'
     SimulinkVersion: '9.0'
      ExemptedBlocks: {}
    MexConfiguration: [1×1 mex.CompilerConfiguration]
                Data: [4×4 struct]

Output Arguments

expand all

MATLAB® structure containing the result of S-function analyzer.

Version History

Introduced in R2017b