Scilab 5.5.0
- Scilabヘルプ
- Elementary Functions
- bitwise
- Complex
- Discrete mathematics
- elementarymatrices
- Exponential
- Floating point
- Integer representation
- matrixmanipulation
- matrixoperations
- searchandsort
- setoperations
- signalprocessing
- symbolic
- Trigonometry
- IsAScalar
- and
- &
- cat
- cell2mat
- cellstr
- iscolumn
- isempty
- isequal
- ismatrix
- isrow
- isscalar
- issquare
- isvector
- lstsize
- maxi
- mini
- modulo
- ndims
- nthroot
- num2cell
- or
- |
- sign
- size
- sort
- unwrap
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
IsAScalar
変数がスカラーかどうかを確認. この関数は廃止予定です.
呼び出し手順
t=IsAScalar(x)
引数
- x
ベクトルまたは行列
- t
論理値
説明
x
がスカラー
(size(x
が1, type(x
,1) も 1)の場合,
IsAScalar(
は true を返します.
x
)
この関数は廃止予定です. |
IsAScalar
の代わりに
isscalarを推奨します.例
IsAScalar(ones(10,10)) IsAScalar(1) IsAScalar("s")
履歴
バージョン | 記述 |
5.5.0 | この関数は廃止予定です. 5.5.1では削除されます. 代わりにisscalarを使用してください. |
Report an issue | ||
<< Trigonometry | Elementary Functions | and >> |