Scilab 5.3.0
- Scilab Online Help
- Strings
- ascii
- blanks
- code2str
- convstr
- emptystr
- eval
- evstr
- grep
- isalphanum
- isascii
- isdigit
- isletter
- isnum
- justify
- length
- part
- regexp
- sci2exp
- str2code
- strcat
- strchr
- strcmp
- strcmpi
- strcspn
- strindex
- string
- strings
- stripblanks
- strncpy
- strrchr
- strrev
- strsplit
- strspn
- strstr
- strsubst
- strtod
- strtok
- tokenpos
- tokens
- tree2code
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
strings
Scilabオブジェクト, 文字列
説明
文字列は '文字列'
(引用符で括る) または
"文字列"
(二重引用符で括るb)と定義されます;
文字列の行列は通常の定数行列と同様に定義されます.
2つの文字列の結合は +
により作成されます: string1+string2
.
例
['this','is'; 'a 2x2','matrix'] "matrix"=="mat"+"rix"
<< string | Strings | stripblanks >> |