Scilab 5.3.3
- Scilab help
- Scilab
- Scilab keywords
- TMPDIR
- abort
- add_demo
- argn
- banner
- boolean
- break
- clear
- clearfun
- clearglobal
- comp
- continue
- debug
- delbpt
- dispbpt
- edit
- errcatch
- errclear
- error
- error_table
- exists
- exit
- external
- extraction
- format
- funcprot
- funptr
- getdebuginfo
- getmd5
- getmemory
- getmodules
- getos
- getscilabmode
- getshell
- getvariablesonstack
- getversion
- gstacksize
- ieee
- insertion
- intppty
- inv_coeff
- iserror
- isglobal
- lasterror
- macr2lst
- macr2tree
- matrices
- matrix
- mode
- mtlb_mode
- names
- newfun
- null
- pause
- perl
- poly
- predef
- quit
- rational
- readgateway
- resume
- sciargs
- scilab
- setbpt
- sethomedirectory
- stacksize
- startup
- symbols
- testmatrix
- type
- typename
- user
- varn
- ver
- warning
- what
- where
- whereami
- who
- who_user
- whos
- with_atlas
- with_gtk
- with_javasci
- with_macros_source
- with_module
- with_pvm
- with_texmacs
- with_tk
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
type
変数の型を返す
呼び出し手順
[i]=type(x)
パラメータ
- x
Scilab オブジェクト
- i
整数
説明
type(x)
は,以下のように
x
の型の種類を整数で返します :
1 : 実数または複素数の定数行列.
2 : 多項式行列.
4 : 論理値行列.
5 : 疎行列.
6 : 論理値疎行列.
7 : Matlab 疎行列.
8 : 1 2 または 4 バイトに保存される整数行列.
9 : グラフィックハンドルの行列.
10 : 文字列の行列.
11 : コンパイル前の関数 (Scilab コード).
13 : コンパイル済みの関数 (Scilab コード).
14 : 関数ライブラリ.
15 : リスト.
16 : 型付リスト (tlist).
17 : 行列の型付リスト (mlist).
128 : ポインタ (lufact参照).
129 : 添字に使用される暗黙の大きさの多項式.
130 : Scilab 内部コード (C または Fortran コード).
参照
- typeof — オブジェクトの型
<< testmatrix | Scilab | typename >> |