ISWHOLE

True for integers(whole numbers).
3,5K download
Aggiornato 12 mar 2007

Nessuna licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Numeric Types in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: Date Odometer class

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

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