Scilab 5.5.2
      
      - Scilabヘルプ
 - 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 2026.0.0. This page might be outdated.
See the recommended documentation of this function
emptystr
長さ0の文字列
呼び出し手順
s = emptystr() s = emptystr(a) s = emptystr(m, n)
引数
- a
 大きさ m x nの行列
- s
 文字列の行列
- m,n
 整数
説明
長さ0の文字列の行列を返します.
入力引数を指定しない場合,長さ0の文字列を返します.
入力引数に行列を指定した場合,同じ大きさの長さ0の文字列行列を返します.
2個の整数を引数に指定した場合, 
            
            m x n
            
            の長さ0の文字列行列を返します.
| Report an issue | ||
| << convstr | Strings | eval >> |