[Name,Name,...] = findname(M,Desc,Desc,...)
[List,List,...] = findname(M,'-rexp',Rexp,Rexp,...)
M
[ model ] - Model object in which the names will be searched for.
Desc
[ char ] - Variable, shock, or parameter descriptors that will be searched for.
Rexp
[ char ] - Regular expressions that will be matched against variable, shock, and parameter descriptors.
Name
[ char ] - First name found with the descriptor Desc
.
List
[ cellstr ] - List of names whose descriptors match the regular expression Rexp
.