Scilab-Branch-6.1-GIT
- Scilabヘルプ
- Strings
- ascii
- asciimat
- blanks
- char
- convstr
- emptystr
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- prettyprint
- regexp
- sci2exp
- strcat
- strchr
- strcmp
- strcspn
- strindex
- string
- 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
blanks
空白文字からなる文字列を作成する
呼び出し手順
txt=blanks(n)
引数
- txt
文字列
- n
空白の数
D説明
blanks(n) はn個の空白からなる文字列です.
例
disp(['xxx' blanks(20) 'yyy'])
Report an issue | ||
<< asciimat | Strings | char >> |