ISWHOLE

バージョン 1.0.0.0 (630 Bytes) 作成者: Mukhtar Ullah
True for integers(whole numbers).
ダウンロード: 3.5K
更新 2007/3/12

ライセンスがありません

ISWHOLE True for integers(whole numbers).

ISWHOLE(X) is 1 for the elements of X that are integers, 0 otherwise. ISWHOLE(X1,X2,..,XN) returns a 1-by-N array with 1 for integers and 0 otherwise.

ISWHOLE does not check for integer data type as does ISINTEGER.

引用

Mukhtar Ullah (2024). ISWHOLE (https://www.mathworks.com/matlabcentral/fileexchange/6277-iswhole), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNumeric Types についてさらに検索
謝辞

ヒントを与えたファイル: Date Odometer class

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Modified, as suggested by Josef Lotz, to provide indices of integer elements.