lower (Matlab function)
Convert string to lower case
Particular cases
If A is not a character string matrix, Scilab equivalent for B=lower(A) is B=A, else equivalent is B=convstr(A).
Report an issue | ||
<< lookfor (Matlab function) | L | lu (Matlab function) >> |