Getting Parameter and Variable Definitions
Use the command mphgetexpressions to get the expressions and the descriptions of parameters and variables. Use the command:
expr = mphgetexpressions(<node>)
where <node> is the node to get the expressions from. Nodes that can be used are model.param, model.variable(<tag>), and model.result.param.
expr is an Nx3 cell array, where N is the number of expressions for this node.