findeqtn (Model)
Find equations by their labels.
Syntax
[Eqtn, Eqtn, ...] = findeqtn(M, Label, Label, ...)
Input arguments
m [ model ]
Model object in which the equations will be searched for.
Label[ char | rexp ]Equation labels that will be searched for, or rexp objects (regular expressions) against which the labels will be matched.
Output arguments
Eqtn [ char | cellstr ]
If
Labelis a text string,Eqtnis the first equation with the labelLabel; ifLabelis a rexp object (regular expression),Eqtnis a cell array of equations matched successfully against the regular expression.