case conversion
[y] = convstr(str, [flag])
a matrix of character strings.
a character option with possible values:
for upper;
for lower.
The convstr
function converts the matrix of strings
str
into lower case (for flag
=
"l"
; default value) or upper case (for
flag
= "u"
).