Scilab 6.0.0
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- Trigonometry
- &, &&
- cat
- ind2sub
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- modulo
- ndims
- |, ||
- size
- sub2ind
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
Integer representation
- base2dec — bを基底とする表現から整数への変換
- bin2dec — 2進表現を整数に変換
- dec2base — 10進数を基底Nの数値(文字列)に変換
- dec2bin — 10進数から2進数への変換
- dec2hex — 10進数から16進数への変換
- dec2oct — 10進数から8進数への変換
- hex2dec — 16進数から10進数への変換
- oct2dec — 8進数を10進数に変換
Report an issue | ||
<< Floating point | Elementary Functions | matrixmanipulation >> |