Scilab 6.1.0
Scilab Help >> Code Matlab => Scilab > Matlab-Scilab equivalents > L > lower (Matlab function)
lower (Matlab function)
Convert string to lower case
Matlab/Scilab equivalent
Matlab | Scilab |
lower(str) |
convstr(str,"l") |
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).
Comments
Add a comment:
Please login to comment this page.