findSymType
Find symbolic subobjects of specific type
Description
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 - symObjdoes not contain a symbolic subobject of type- type, then- findSymTypereturns an empty scalar.
- If - symObjcontains several subexpressions of type- type, then- findSymTypereturns the largest matching subexpression.
Examples
Input Arguments
Version History
Introduced in R2019a
See Also
symFunType | hasSymType | symType | sym | syms | isSymType | mapSymType