Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
upper (Matlab function)
Convert string to upper case
Matlab/Scilab equivalent
Matlab | Scilab |
upper(str) |
convstr(str,"u") |
Particular cases
If A is not a character string matrix, Scilab equivalent for B=upper(A) is B=A, else equivalent is B=convstr(A,"u").
Report an issue | ||
<< unix (Matlab function) | U | V >> |