Scilab 5.5.0
- Scilabヘルプ
- Scilab
- Differential Equations, Integration
- Elementary Functions
- Linear Algebra
- Interpolation
- CACSD
- Polynomials
- Signal Processing
- FFTW
- Special Functions
- Randlib
- ARnoldi PACKage
- Statistics
- Sparses Matrix
- UMFPACK Interface
- Optimization and Simulation
- Genetic Algorithms
- Simulated Annealing
- XML Management
- HDF5 Management
- Files : Input/Output functions
- Input/Output functions
- Graphics
- Graphics : exporting and printing
- GUI
- Data Structures
- Parameters
- Boolean
- Integers
- Strings
- Sound file handling
- Time and Date
- Output functions
- Xcos
- Spreadsheet
- Console
- History manager
- Matlab binary files I/O
- Matlab to Scilab Conversion Tips
- Compatibility Functions
- Functions
- Development tools
- Demo Tools
- Dynamic/incremental Link
- Atoms
- Tcl/Tk Interface
- scilab editor
- UI Data
- Online help management
- Parallel
- Modules manager
- Localization
- API Scilab
- call_scilab API
- JVM
- Java from Scilab
- Java Interface
- Intersci
- Preferences
- 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の文字列
- eval — 文字列の行列の評価
- evstr — 式の評価
- grep — 文字列のベクトルの中で指定した文字列に一致するかどうかを調べる
- isalphanum — 文字列の文字がアルファベットまたは数字であるかどうかを調べる
- isascii — 文字が7ビットUS-ASCII文字であるかどうかを確認する
- isdigit — 文字列の文字が0と9の間の数値であるかどうかを調べる
- isletter — 文字列の文字がアルファベット文字であるかどうかを調べる
- isnum — 文字列が数字であるかどうかを調べる
- justify — 文字配列を整列.
- length — オブジェクトの長さ
- part — 文字列の展開
- regexp — 正規表現文字列に一致する部分文字列を探す
- sci2exp — 式を文字列に変換
- strcat — 文字列を結合する
- strchr — 文字列の中で指定した文字が最初に現れる位置を探す
- strcmp — 文字列を比較
- strcmpi — 文字列を比較 (大文字小文字に依存)
- strcspn — 文字列の中の文字までの間隔を得る
- strindex — 他の文字列の中で指定した文字列の位置を探す.
- string — 文字列に変換
- strings — Scilabオブジェクト, 文字列
- stripblanks — 文字列の先頭または末尾の空白(およびタブ)を取り除く
- strncpy — 文字列から文字をコピーする
- strrchr — 文字列の中で指定した文字が最後に現れる場所を探す
- strrev — 文字列を反転して返す
- strsplit — 文字列を文字列のベクトルに分割する
- strspn — 文字列において指定した文字集合の幅を取得
- strstr — 部分文字列を取得
- strsubst — 文字列を他の文字列で置換する.
- strtod — 文字列を倍精度実数に変換.
- strtok — 文字列をトークンに分割
- tokenpos — 文字列の中のトークンの位置を返す.
- tokens — 文字列のトークンを返す.
Report an issue | ||
<< Integers | Scilabヘルプ | Sound file handling >> |