Scilab 5.5.2
- Scilab Help
- Strings
- ascii
- asciimat
- blanks
- char
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
emptystr
zero length string
Calling Sequence
s = emptystr() s = emptystr(a) s = emptystr(m, n)
Arguments
- a
a matrix of size
mx n
.- s
a matrix of character strings.
- m, n
integers
Description
The emptystr
function returns a matrix of zero
length character strings.
With no input argument emptystr
returns a zero
length character string.
With a matrix a
for input argument
emptystr
returns a zero length character
strings matrix of the same size.
With two integer arguments emptystr
returns a
m
x
n
zero
length character strings matrix.
See Also
Report an issue | ||
<< convstr | Strings | eval >> |