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.
 
Outputs
- context
 - The context of the diagram.
 
Examples
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];