Find symbolic subobjects of specific type
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 type
type
, then findSymType
returns an empty
scalar.
If symObj
contains several subexpressions of type
type
, then findSymType
returns the largest
matching subexpression.
hasSymType
| isSymType
| mapSymType
| sym
| symFunType
| syms
| symType