findSymType
Find symbolic subobjects of specific type
Description
returns a vector of symbolic subobjects of type X
= findSymType(symObj
,type
)type
from the symbolic
object symObj
. The input type
must be a case-sensitive
string scalar or character vector, and it can include a logical expression.
If
symObj
does not contain a symbolic subobject of typetype
, thenfindSymType
returns an empty scalar.If
symObj
contains several subexpressions of typetype
, thenfindSymType
returns the largest matching subexpression.
Examples
Input Arguments
Version History
Introduced in R2019a
See Also
symFunType
| hasSymType
| symType
| sym
| syms
| isSymType
| mapSymType