Scilab 6.1.0
- Scilabヘルプ
- Scilab
- Differential Equations, Integration
- Elementary Functions
- Linear Algebra
- Interpolation
- CACSD
- Polynomials
- Signal Processing
- FFTW
- Special Functions
- ARnoldi PACKage
- Statistics
- Sparses Matrix
- UMFPACK Interface
- Optimization and Simulation
- XML Management
- HDF5 files
- Files : Input/Output functions
- Input/Output functions
- Graphics
- Graphics : exporting and printing
- GUI
- Data Structures
- Parameters
- Strings
- Sound file handling
- Time and Date
- Output functions
- Xcos
- Spreadsheet
- Console
- History manager
- Matlab binary files I/O
- Code Matlab => Scilab
- Functions
- Development tools
- Demo Tools
- Dynamic/incremental Link
- Atoms
- Tcl/Tk Interface
- Script editor
- UI Data
- Online help management
- Parallel
- Modules manager
- Localization
- API Scilab
- call_scilab API
- JVM
- Java from Scilab
- Java Interface
- Preferences
- Coverage
- Lint tool (SLint)
- Web Tools
- Windows tools
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
- ascii — 文字列をアスキー変換する
- asciimat — 文字列行列アスキー変換
- blanks — 空白文字からなる文字列を作成する
- char — char 関数
- convstr — 大文字小文字変換
- emptystr — 長さ0の文字列
- evstr — 式を評価する
- grep — 文字列のベクトルの中で指定した文字列に一致するかどうかを調べる
- isalphanum — 文字列の文字がアルファベットまたは数字であるかどうかを調べる
- isascii — 文字が7ビットUS-ASCII文字であるかどうかを確認する
- isdigit — 文字列の文字が0と9の間の数値であるかどうかを調べる
- isletter — 文字列の文字がアルファベット文字であるかどうかを調べる
- isnum — 文字列が数字であるかどうかを調べる
- justify — 文字配列を整列
- length — オブジェクトの長さ
- part — 文字列の展開
- prettyprint — Converts a Scilab object into some corresponding LaTeX, TeX, MathML or HTML strings
- regexp — 正規表現文字列に一致する部分文字列を探す
- sci2exp — returns a string able to generate a given Scilab object
- strcat — 文字列を結合する
- strchr — 文字列の中で指定した文字が最初に現れる位置を探す
- strcmp — 文字列を比較
- strcspn — 文字列の中の文字までの間隔を得る
- strindex — 他の文字列の中で指定した文字列の位置を探す.
- string — 文字列に変換
- strings — Scilabオブジェクト, 文字列
- stripblanks — 文字列の先頭または末尾の空白(およびタブ)を取り除く
- strncpy — 文字列から文字をコピーする
- strrchr — 文字列の中で指定した文字が最後に現れる場所を探す
- strrev — 文字列を逆順にして返す
- strsplit — 文字列を文字列のベクトルに分割する
- strspn — 文字列において指定した文字集合の幅を取得
- strstr — 部分文字列を取得
- strsubst — 文字列を他の文字列で置換する.
- strtod — parse and convert literal numbers STRings TO Decimal numbers
- strtok — 文字列をトークンに分割
- tokenpos — 文字列の中のトークンの位置を返す
- tokens — 文字列のトークンを返す.
Report an issue | ||
<< Parameters | Scilabヘルプ | Sound file handling >> |