Scilab Help
- Scilab
- Scilab keywords
- percent — (%) 特殊文字
- backslash — (\) 左行列除算: exact or least square solution
- brackets [,;] — Concatenation. Recipients of an assignment. Results of a function
- colon (:) — コロン演算子
- comma — (,) 列, 命令, 引数セパレータ
- comments — (// or /*...*/) comments
- comparison — 比較, 関係演算子
- dollar — ($) 最後の添字
- dot — (.) 記号
- equal — (=) 代入 , 比較, 等号
- getscilabkeywords — Scilabキーワードを全リストを返す.
- hat — (^) 累乗
- less — (<) より小さいの比較
- minus — (-) 減算演算子, 符号変更
- not — (~) 論理否定
- parentheses — ( ) 左および右括弧
- plus (+) — 数値の加算。 テキストの連結(グループ化)
- quote — (') 転置演算子, 文字列デリミタ
- semicolon (;) — 式の末尾および行セパレータ
- slash — (/) 右除算およびフィードバック
- star — (*) 乗算演算子
- symbols — scilab 演算子の名前
- tilde — (~) 論理否定
- underscore _ — ignored output argument.
gettext()
alias
- Control flow
- abort — 評価を中断する.
- arguments — keyword to check function arguments
- Arguments Validators — List of predefined validators that can be used in arguments block.
- break — ループ中断を表すキーワード
- case — selectで使用されるキーワード
- continue — ループの次の反復に制御を移すキーワード
- do — ループ用の言語キーワード
- else — if-then-elseおよびselect-case-then-elseのキーワード
- elseif — if-then-elseのキーワード
- end — end キーワード
- for — ループ用の言語キーワード
- halt — 実行を停止
- if then else — 条件付き実行
- pause — は実行中の実行を一時的に一時停止し、コンソールでの指示を許可します
- resume — リターンまたは復帰実行およびローカル変数をコピー
- return — リターンまたは復旧し,ローカルな変数をコピー
- select — select キーワード
- then — 'if'および'select'のキーワード
- try — try-catch 制御命令のtryブロックを開始
- while — while キーワード
- Configuration
- banner — Scilabバナーを表示
- getdebuginfo — Scilab に関するデバッグ情報を取得
- getmemory — 利用可能なシステムメモリおよびシステムメモリの総量を返す
- getmodules — Scilabにインストールされているモジュールの一覧を返す
- getos — オペレーティングシステムの名前とバージョンを返す
- getscilabmode — Scilabモードを取得
- getshell — カレントのコマンドインタプリタを返す.
- getversion — Scilabおよびモジュールのバージョン情報を取得
- oldEmptyBehaviour — Controls the operation+ and operation- behaviour for Scilab
- recursionlimit — get or set the current or maximal allowed depth of nested calls
- sciargs — scilab コマンドライン引数
- ver — Scilabのバージョン情報
- with_javasci — ScilabにJava インターフェイスが組み込まれているかどうかを
調べる
- with_macros_source — マクロのソースがインストールされているかどうかを確認する
- with_module — Scilabモジュールがインストールされているかどうかを調べる
- Debugging
- debug — enters the Scilab debugger mode
- where — カレントの命令の呼び出しツリーを得る
- whereami — カレントの命令コールツリーを表示
- Error handling
- errclear — エラーのクリア
- error — エラーメッセージ
- error_table — list of main standard errors messages
- lasterror — 直近に記録されたエラーメッセージを取得
- warning — 警告メッセージ
- types
- boolean — Scilab オブジェクト, 論理値(boolean)変数および演算子 & | ~
- functions — Scilab プロシージャおよび Scilab オブジェクト
- hypermatrices — Scilab オブジェクト, Scilabの N 次元行列
- Lambda functions — Scilab procedures and Scilab objects
- library — library datatype
- matrices — Scilab オブジェクト, Scilabの行列
- rational — Scilab オブジェクト, Scilabの有理数
- strings — Scilabオブジェクト, 文字列
- type — 変数の型を返す
- typename — 変数の型に名前を付ける
- typeof — explicit type or overloading code of an object
- Variables
- Predefined variables
- %chars — Selected sets of Unicode characters
- %e — オイラー数.
- %eps — イプシロン (浮動小数点数相対精度)
- %f or %F — false (偽)用の論理変数.
- %i, 1i, 1j — 虚数単位
- %inf — 無限大
- %nan — not-a-number
- %pi — 円の円周と直径の比
- %s — 多項式を定義する際に使用される変数.
- %t or %T — true (真)を表す論理値変数.
- %z — 多項式を定義する際に使用される変数.
- home — ユーザディレクトリを取得する.
- SCI, WSCI — Scilabのルートパスの値を有する変数.
- SCIHOME — 設定ファイルおよびScilabセッションの履歴ファイルのパスを有する.
- TMPDIR — テンポラリディレクトリのパス
- checkNamedArguments — Return list of unexpected named arguments
- clear — 変数を消去する
- clearglobal — グローバル変数を削除
- exists — 変数の存在を確認する
- global — グローバル変数を定義する
- isdef — 変数の存在を確認
- isglobal — checks if a local variable has a global counterpart
- names — Scilab 名前の構文
- predef — 変数の保護
- who — 変数の一覧
- who_user — ユーザ変数の一覧
- whos — 長い形式で変数のリストを得る
- exit — カレントのScilab セッションを終了する
- quit — Scilabを終了またはpauseレベルを減らす
- startup — スタートアップファイル
- scilab — Scilabおよび関連ツールを起動するためのツール
- 微分方程式
- Elementary Functions
- Complex
- angle — argument of complex numbers, in radians
- complex — 複素数を計算する
- conj — 共役
- csgn — 複素数の実部のベクトル符号を返す
- imag — 虚部
- imult — 虚数単位 i を乗じる
- isreal — 変数が実数または複素数のエントリかどうかを調べるc
- real — 実部
- Discrete mathematics
- factor — 素因数分解関数
- factorial — factorial function : product of the n first positive integers
- gcd — Greatest (positive) Common Divisor
- lcm — least common (positive) multiple of integers or of polynomials
- nchoosek — Computes binomial numbers (n,k) = numbers of combinations
- primes — 素数関数
- rat — 浮動小数点数の有理数近似
- elementarymatrices
- random
- grand — 乱数生成器
- prbs_a — Generates a pseudo random binary sequence
- rand — 乱数生成
- sample — 置換を有する標本化
- samplef — 母集団からの置換を有する標本化および
その値の頻度.
- samwr — 置換を行わない標本化
- blockdiag — Creates a block diagonal matrix from provided arrays. Block diagonal system connection.
- diag — 対角行列の構築または展開
- empty [] — empty matrix. Array ranges destructor.
- eye — 単位行列
- frank — Frank matrix
- hilbm — Hilbert matrix
- invhilb — Inverse of the Hilbert matrix
- linspace — generates linearly spaced numbers between 2 reached bounds
- logspace — 対数的間隔のベクトル
- magic — Magic square
- meshgrid — Create matrices or 3-D arrays from vectors replicated in 2 or 3 dimensions
- ndgrid — build matrices or N-D arrays by replicating some template vectors
- ones — 要素が1の行列
- perms — Generate the table of permutations of given elements
- repmat — Replicate and tile an array
- squarewave — 周期 2*%piの矩形波を生成
- testmatrix — generate special matrices, such as Hilbert, Frank
- toeplitz — Toeplitz matrix (chosen constant diagonal bands)
- vander — Vandermonde matrix
- zeros — ゼロからなる行列
- Exponential
- exp — 要素毎の指数関数
- expm — 正方行列の指数関数
- log — 自然対数
- log10 — 対数
- log1p — 引数に1を足した数の自然対数を正確に計算する
- log2 — Base-2 logarithm. Base-2 exponent and mantissa of some real numbers
- logm — 正方行列の対数
- nthroot — 実数のn番目の実根
- power — 指数演算子 (^,.^)
- sqrt — 平方根
- sqrtm — 行列の平方根
- Floating point
- ceil — 切り上げ
- clean — 行列を消去 (小さなエントリをゼロに丸める)
- double — converts inttype integers or booleans into decimal encoding
- fix — 0方向への丸め
- floor — 下方向への丸め
- format — set the default output format of decimal numbers
- ieee — 浮動小数点例外モードを設定
- int — ゼロ方向への丸め
- isinf — tests for infinite elements
- isnan — "Not a Number" エントリを調べる
- nearfloat — 前のまたは次の浮動小数点数を取得
- nextpow2 — 指定値を超える2の累乗の最小値
- number_properties — 浮動小数点数パラメータを定義する
- round — 最も近い整数に丸める
- signed zero -0 — Processing of -0 versus 0
- Integer representation
- base2dec — bを基底とする表現から整数への変換
- bin2dec — 2進表現を整数に変換
- dec2base — 10進数を基底Nの数値(文字列)に変換
- dec2bin — 10進数から2進数への変換
- dec2hex — 10進数から16進数への変換
- dec2oct — 10進数から8進数への変換
- hex2dec — 16進数から10進数への変換
- oct2dec — 8進数を10進数に変換
- Integers
- iconvert — 1または8バイト整数表現に変換する
- int8 — 1バイト整数形式に変換する
- inttype — 整数データ型で使用される整数型
- matrixmanipulation
- Shape tests
- iscolumn — 変数が列ベクトルであるかを確認
- ismatrix — 変数が行列かどうかを確認
- isrow — 変数が行ベクトルかどうか確認する
- isscalar — 変数がスカラーかどうかを確認.
- issquare — 変数が正方行列かどうかを確認
- isvector — 変数がベクトルかどうかを調べる
- cat — 複数の配列を結合する
- circshift — circularly shifts elements or subarrays of an array (regular, of structures, cells, custom)
- flipdim — 指定した次元に沿って x ブロック要素を反転
- matrix — ベクトルまたは行列を異なる大きさの行列に成形する
- permute — permutes the dimensions of an array
- pertrans — 第2対角項を基準として転置
- resize_matrix — 行列またはハイパー行列をトリムまたは拡張(およびキャスト)
- squeeze — removes singleton dimensions of a ND-array
- tril — 行列の下三角部
- triu — 上三角
- matrixoperations
- abs — 絶対値, 大きさ
- and — logical AND between the elements of a boolean or numerical array
- cross — ベクトル外積
- cumprod — 配列要素の累積積
- cumsum — 配列要素の累積和
- kron .*. — クロネッカー積. Weighted array replication
- kron .\. ./. — Kronecker left and right divisions
- max — maximum
- min — minimum
- norm — 行列のノルム
- or — logical OR over the elements of a boolean or numerical array
- prod — 配列要素の積
- sign — signum function
- sum — 配列要素の合計
- searchandsort
- dsearch — 指定の分類で行列またはハイパー行列の要素を分配, 配置および数える
- find — 論理値ベクトルまたは行列のtrue要素の添え字を見つける
- gsort — sorts boolean, numerical and string arrays
- members — 配列の各要素または他の配列の行または列を数える(及び位置を調べる)
- vectorfind — locates occurences of a (wildcarded) vector in a matrix or hypermatrix
- setoperations
- intersect — elements or rows or columns met in both input arrays, without duplicates
- setdiff — returns elements that are in a set but not in another one.
- union — ベクトルの和集合要素を展開
- unique — ベクトルまたは行列のユニークなな要素を展開
- Trigonometry
- Matrix-wise processing
- acoshm — 行列逆双曲線余弦
- acosm — 行列毎の逆余弦
- asinhm — 双曲線逆正弦行列
- asinm — 行列用の逆正弦
- atanhm — 行列の双曲線逆正接
- atanm — 正方行列の逆正接
- coshm — 行列の双曲線余弦
- cosm — 行列余弦関数
- cothm — 行列双曲線コタンジェント(余接)
- sinhm — 行列双曲線正弦
- sinm — 行列正弦関数
- tanhm — 双曲線正接行列
- tanm — 行列正接
- acos — 要素毎の逆余弦(rad)
- acosd — 要素毎の逆余弦, 結果は度.
- acosh — hyperbolic cosine inverse
- acot — 引数の要素毎の逆正接を計算する.
- acotd — 引数の要素毎の逆正接(単位:度)を計算する.
- acoth — 要素毎の逆双曲線正接.
- acsc — 引数の逆余割を要素毎に計算する.
- acscd — 引数の逆余割を要素毎に計算し,結果を度単位で返す.
- acsch — 引数の逆双曲線余割を要素毎に計算する.
- asec — 引数の要素毎の逆割線を計算する.
- asecd — 引数の要素毎の逆割線を計算し,結果を度単位で返す.
- asech — 引数の要素毎の逆双曲線割線を計算する.
- asin — 逆正弦
- asind — 逆正弦 (結果の単位: 度)
- asinh — 双曲線逆正弦
- atan — 2象限および 4象限逆正接
- atand — 2象限および 4象限逆正接, 結果の単位は度.
- atanh — 双曲線逆正接
- cos — 余弦関数
- cosd — 要素毎の余弦(引数の単位:度)
- cosh — 双曲線余弦
- cotd — コタンジェント(余接,引数の単位:度)
- cotg — コタンジェント(余接)
- coth — 双曲線コタンジェント(余接)
- csc — 引数のコセカント(余割)を要素毎に計算する.
- cscd — 度単位で指定した引数のコセカント(余割)を要素毎に計算する
- csch — 引数の双曲線コセカントを要素毎に計算する.
- sec — 引数の割線を要素毎に計算する.
- secd — 要素毎の割線(引数の単位:度)
- sech — 引数の双曲線割線を要素毎に計算する
- sin — 正弦関数
- sind — 要素毎の正弦(引数の単位:度).
- sinh — 双曲線正弦
- tan — 正接
- tand — 正接 (単位: 度)
- tanh — 双曲線正接
- Bitwise operations
- bitand — bitwise logical AND between element-wise integers of 2 arrays
- bitcmp — bitwise complement of integers
- bitget — Extracts from integers bits of given indices
- bitor — bitwise logical OR between element-wise integers of 2 arrays
- bitset — Sets bits of given indices in some integers
- bitstring — A string giving the literal bit representation of a number
- bitxor — bitwise logical XOR between element-wise integers of 2 arrays
- &, && — Binary AND between integers. Logical AND over/between booleans and numbers
- bernstein — compute the n-order Bernstein matrix
- extraction — 行列およびリストのエントリの展開
- ind2sub — 線形添字を添字付き行列に変換
- insertion — 変数への部分的な代入または修正
- isempty — 変数が空の行列または空のリストかどうかを調べる
- isequal — tests the strict global equality between several objects, without equivalences
- modulo — 左オペランド符号を有するモジュロm剰余演算
- ndims — 配列の次元の数
- |, || — Binary OR between integers. Logical OR over/between booleans and numbers
- size — オブジェクトの大きさ
- sub2ind — 行列添字を線形添字に変換
- Linear Algebra
- Interpolation
- CACSD
- Polynomials
- Signal Processing
- FFTW
- Special Functions
- %k — ヤコビの完全楕円積分
- airy — Airy functions of the first and second kind, and their derivatives
- amell — ヤコビのam関数
- besseli — 第1種修正ベッセル関数 (Iα).
- beta — ベータ関数 (第1種オイラー積分)
- calerf — 誤差関数を計算する.
- dawson — Dawson (スケーリングされた虚数の誤差) 関数を計算.
- delip — 第一種の完全および不完全楕円積分
- dlgamma — ガンマ関数, psi関数の微分
- ellipj — Jacobi elliptic functions
- erf — 誤差関数.
- erfc — 相補誤差関数.
- erfcx — スケーリング付き相補誤差関数.
- erfi — 虚数の誤差関数.
- erfinv — 逆誤差関数
- findm — 楕円フィルタ設計用
- gamma — gamma function, complete or incomplete normalized
- gammaln — ガンマ関数の対数.
- legendre — 随伴ルジャンドル関数
- sinc — sinc関数
- sincd — デジタル sinc関数または Direchlet カーネル
- Statistics
- Sparses Matrix
- UMFPACK Interface
- cond2sp — computes an approximation of the 2-norm condition number of a s.p.d. sparse matrix
- condestsp — estimate the condition number of a sparse matrix
- PlotSparse — plot the pattern of non nul elements of a sparse matrix
- ReadHBSparse — read a Harwell-Boeing sparse format file
- res_with_prec — computes the residual r = Ax-b with precision
- taucs_chdel — utility function used with taucs_chfact
- taucs_chfact — cholesky factorization of a sparse s.p.d. matrix
- taucs_chget — retrieve the Cholesky factorization at the scilab level
- taucs_chinfo — get information on Cholesky factors
- taucs_chsolve — solves a linear s.p.d. system A*X = B from Cholesky factors of the sparse A
- umf_ludel — utility function used with umf_lufact
- umf_lufact — lu factorization of a sparse matrix
- umf_luget — retrieve lu factors at the Scilab level
- umf_luinfo — get information on LU factors
- umf_lusolve — solve a linear sparse system given the LU factors
- umfpack — solve sparse linear system
- Optimization and Simulation
- XML Management
- HDF5 files
- Files : Input/Output functions
- Input/Output functions
- OS_commands
- getenv — 環境変数の値を取得
- getpid — ScilabプロセスIDを取得
- host — executes a Windows, Linux, or MacOS command
- scilab — run command or file in another Scilab
- setenv — 環境変数の値を設定e
- unix_g — いくつかのWindows、LinuxまたはMacOS命令を実行し、変数で出力する
- unix_s — Windows、LinuxまたはMacOSの命令を静かに実行する
- unix_w — いくつかのWindows、LinuxまたはMacOS命令を実行し、結果をScilabコンソールに表示する
- unix_x — いくつかのWindows、LinuxまたはMacOS命令を実行する:
結果はポップアップメッセージボックスに表示される
- file — ファイル管理
- getio — Scilabの入出力論理ユニットを取得
- load — Loads some archived variables, a saved graphic figure, a library of functions
- read — 行列を読み込む
- save — Saves some chosen variables in a binary data file
- write — フォーマットされたファイルに書き込む
- Graphics
- Graphics export
- GUI
- Data Structures
- cells
- cell — 空行列のセル配列を作成する.
- cell2mat — セル配列を行列に変換
- iscell — 変数がセル配列かどうかを調べる
- makecell — セル配列を作成.
- num2cell — 配列をセル配列に変換する
- bool2s — 論理値行列を0,1を値とする行列に変換する.
- definedfields — フィールド値が定義済みのリストの添え字を返す
- fieldnames — tlist, mlist または 構造体のフィールド名を取得します
- getfield — リストのフィールドの展開
- isfield — 指定したフィールド名が構造体またはmlistまたはtlistの中にあるかどうか調べる
- isstruct — 変数が構造体配列であるかどうか調べる
- list — Scilab オブジェクトおよびリスト関数定義
- list2vec — リストのエントリを行列に連結する.
- lstcat — リストの結合
- mlist — Scilab オブジェクト, 型付リスト定義に向いた行列.
- null — deletes a list component or a field of a structure, Mlist, or Tlist
- rlist — Scilab 有理関数定義
- setfield — mlist, tlist, またはlistの要素の値を変更する
- struct — Builds a structure or an array of structures
- tlist — Scilab オブジェクトおよび型付のリスト定義.
- tree_show — Displays a tree view of a list, tlist, mlist, cell or structure array, Xcos block
- vec2list — Inverse function of list2vec.
- Parameters
- Strings
- ascii — 文字列をアスキー変換する
- 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 — lengths from the beginning of texts until a character among those prohibited
- strindex — 他の文字列の中で指定した文字列の位置を探す.
- string — 文字列に変換
- stripblanks — 文字列の先頭または末尾の空白(およびタブ)を取り除く
- strncpy — 文字列から文字をコピーする
- strrchr — 文字列の中で指定した文字が最後に現れる場所を探す
- strrev — 文字列を逆順にして返す
- strsplit — split a single string at some given positions or patterns
- strspn — lengths of the beginning of strings as long as characters are among those allowed
- strstr — 部分文字列を取得
- strsubst — 文字列を他の文字列で置換する.
- strtod — parse and convert literal numbers STRings TO Decimal numbers
- strtok — 文字列をトークンに分割
- tokenpos — 文字列の中のトークンの位置を返す
- tokens — セパレータを使用してテキストをチャンクに分割する
- Sound file handling
- analyze — サウンド信号の周波数プロット
- auread — .au サウンドファイルを読み込む
- auwrite — .auサウンドファイルを書き込む
- beep — ビープ音を生成
- lin2mu — linear信号をmu-lawエンコーディングに変換
- loadwave — サウンドwavファイルをscilabに読み込む
- mapsound — Computes and displays an Amplitude(time, frequency) spectrogram of a sound record
- mu2lin — mu-lawエンコーディングを線形信号に変換
- playsnd — command-line sound player facility
- savewave — データをサウンドwavファイルに保存.
- wavread — .wav サウンドファイルを読み込む
- wavwrite — .wavサウンドファイルに書き込む
- Time and Date
- caldays — create a calendarDuration in days
- calendar — カレンダー
- calendarDuration — create a calendarDuration - duration in days, months and years
- clock — Return the current Gregorian datetime and international time zone of the computer's clock
- date — 現在の日付を日付文字列として得る
- datenum — シリアル日付番号に変換する
- datetime — create points in time
- datevec — 日付の要素
- duration — create a duration - duration in hours, minutes and seconds
- eomday — 月の最後の日を返す
- etime — 経過時間
- getdate — Current datetime or POSIX timestamp from computer's clock. Datetimes from given timestamps
- hours — convert reals in hours (duration)
- isnat — check if a variable contains "Not a Time" values
- NaT — Not a Time function used to create empty datetime
- now — 現在の日付と時間を返す
- realtimeinit — 時間の単位を設定
- sleep — suspend all code executions (console, scripts, callbacks,..)
- tic — ストップウォッチタイマーを開始
- timer — CPU時間
- toc — ストップウォッチタイマーを読む
- weekday — Day's index and name in its week for given dates
- Output functions
- Xcos
- Spreadsheet
- Console
- ans — 答え
- clc — コマンドウインドウを消去する
- completion — パラメータとして指定したテキストから始まる単語を返す.
- console — Keyboard shortcuts predefined in the console window
- diary — セッションのダイアリー
- input — prompts the user for keyboard input
- lines — 表示に使用される行および列
- mode — sets or queries the mode echoing Scilab instructions in the console
- %onprompt — special custom function called after each line execution in console
- prompt — カレントのプロンプトを取得/設定
- tohome — カーソルをコマンドウインドウの左上隅に移動
- History manager
- Matlab binary files I/O
- Code Matlab => Scilab
- Functions
- Development tools
- Demo Tools
- Dynamic/incremental Link
- addinter — new functions interface dynamic link at run time.
- c_link — check if symbol loaded with dynamic link
- call — Fortran or C user routines call
- dllinfo — provides information about the format and symbols provided in
executable and DLL files (Windows).
- findmsifortcompiler — detects Intel fortran Compiler
- findmsvccompiler — detects Microsoft C Compiler
- G_make — call make or nmake
- getdynlibext — get the extension of dynamic libraries on your operating system.
- haveacompiler — detect if you have a C compiler.
- ilib_build — utility for shared library management
- ilib_build_jar — Build Java packages from sources into a JAR file
- ilib_compile — ilib_build utility: executes the Makefile produced by ilib_gen_Make
- ilib_for_link — utility for shared library management with link
- ilib_gen_cleaner — utility for ilib_build: generates a cleaner file
- ilib_gen_gateway — utility for ilib_build, generates a gateway file.
- ilib_gen_loader — utility for ilib_build: generates a loader file
- ilib_gen_Make — utility for ilib_build: produces a Makefile for building shared libraries
- ilib_include_flag — Return a formatted includes related string to pass to
system compiler
- ilib_mex_build — utility for mex library management
- ilib_verbose — set level of display used by dynamic link
functions.
- link — dynamic linker
- Supported and compatible compilers — supported and compatible compilers by Scilab
- ulink — unlink/unload a dynamically linked shared object
- Atoms
- Tcl/Tk Interface
- Script editor
- UI Data
- Online help management
- utilities
- add_help_chapter — Add an entry in the help list
- del_help_chapter — Delete an entry in the help list
- help_from_sci — Generate help files and demo files from the head comments section of a .sci source file.
- help_skeleton — build the skeleton of the xml help file associated to a Scilab
function
- Link toolbox help with Scilab one — How to make hyperlink in toolbox help pointing to Scilab's items
- Scilab documentation format — on line help XML file description format
- manedit — editing a manual item
- %helps — global variable: paths to help directories of loaded external modules
- xmltohtml — converts xml Scilab help files to HTML format
- xmltojar — converts xml Scilab help files to javaHelp format
- xmltopdf — converts xml Scilab help files to pdf format
- xmltops — converts xml Scilab help files to postscript format
- apropos — searches keywords in Scilab help
- doc — queries and displays help pages in the Scilab help browser
- head_comments — Scilab関数のヘッダのコメントを表示
- help — queries and displays help pages in the Scilab help browser
- Modules manager
- Localization
- API Scilab
- call_scilab API
- call_scilab — call_scilabは,
C/C++コードからScilabエンジンをコールする機能を提供する
インターフェイスです.
- Compile and run with Call Scilab — How to compile a native application based on or using
Scilab
- DisableInteractiveMode — Disables some features (plotting, gui creation, Tcl/Tk...) and
leaves only the computing engine
- ExecScilabCommand — Execute a Scilab from a C/C++ code (call_scilab) and can get message and callstack on error.
- fromc — Checks if current Scilab is called from an external C program (by StartScilab).
- fromjava — Checks if current Scilab is called from javasci
- GetLastJob — Returns the latest job sent to Scilab engine
- ScilabHaveAGraph — Check if any Scilab graphics have been opened.
- SendScilabJob — Send a Scilab task from a C/C++ code
(call_scilab)
- SendScilabJobs — Send Scilab tasks from a C/C++ code (call_scilab)
- StartScilab — Initializes and starts Scilab engine in Call
Scilab
- TerminateScilab — Stops and terminates Scilab engine in Call Scilab
- JVM
- Java from Scilab
- Java Interface
- Preferences
- Coverage
- covMerge — Merges coverage results and exports to a file
- covStart — Instruments some macros to store runtime information on code coverage and
execution time
- covStop — Removes all instrumentation data
- covWrite — Exports runtime performance results to HTML and binary files
- profile — General information about instrumentation capabilities
- profileDisable — Remove instrumentation from a function, a library or remove all instrumentation
- profileEnable — Add instrumentation to a function, a library or all available functions
- profileGetInfo — Retrieve instrumentation information as a Scilab value
- Lint tool (SLint)
- Web Tools
- Windows tools
- consolebox — shows or hides the MS Windows terminal running the Scilab session
- createGUID — Creates a GUID (Windows only)
- dos — executes some DOS instructions (Windows only)
- findfileassociation — Searches for and retrieves a file association-related string from the registry (Windows only)
- getsystemmetrics — Retrieves the specified system metric or system configuration
setting (Windows only)
- istssession — Determines if scilab is launched from a ms terminal service session (Windows only)
- mcisendstring — sends a command string to an MCI
device (Windows only)
- powershell — executes a command with the Windows powershell interpreter (Windows only)
- win64 — Determine whether Windows x64 version of Scilab (Windows only)
- winopen — Open file in appropriate application
(Windows only)
- winqueryreg — Get item from Microsoft Windows
registry (Windows only)