bdeGetContext

Takes diagram and returns the context for the diagram. These are the definitions for the variables within the diagram.

Syntax

bdeGetContext(diagram)

Inputs

diagram
Diagram to get context of.
Type: diagram

Outputs

context
The context of the diagram.
Type: string

Examples

Get context of model:
context = bdeGetContext(diagram)
context = A=[-0.3,3,1;0,0,2;0,0,0];
        B=[1;2;3];
        C=[1,1,2;0,2,3];
        D=0;
        x0=[-2;1;2];