BlockOperatingPoint
Operating point at which block is linearized
Description
When you linearize a Simulink® model, you can create a LinearizationAdvisor object that contains BlockDiagnostic
            objects. Each BlockDiagnostic object contains diagnostic information regarding the
            linearization of the corresponding Simulink block. Each BlockDiagnostic object contains a
                BlockOperatingPoint with the input and state values for the
            operating point at which the block was linearized.
Creation
To obtain the operating point at which a block was linearized, use the
                OperatingPoint property of a BlockDiagnostic
            object. For example, see Obtain Block Operating Point.
Properties
Usage
When troubleshooting a block linearization, you can check the input and state values
            for the operating point at which the block was linearized using the
                OperatingPoint property of a BlockDiagnostic
            object.
Examples
Version History
Introduced in R2017b