Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Français - Português - 日本語
Справка Scilab >> Matlab to Scilab Conversion Tips > 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).

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:48:33 CEST 2016