ISWHOLE

True for integers(whole numbers).

現在この提出コンテンツをフォロー中です。

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 (2026). ISWHOLE (https://jp.mathworks.com/matlabcentral/fileexchange/6277-iswhole), MATLAB Central File Exchange. に取得済み.

謝辞

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

カテゴリ

Help Center および MATLAB AnswersNumeric Types についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

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