Flag = isname(M,Name)
[Flag,Flag,...] = isname(M,Name,Name,...)
M
[ model ] - Model object.
Name
[ char ] - A text string that will be matched against the names of variables, parameters and shocks in the model object M
.
Flag
[ true
| false
] - True for input strings that are valid names in the model object M
.