3,5K Downloads
Aktualisiert
12. Mär 2007
Keine Lizenz
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.
Zitieren als
Mukhtar Ullah (2024). ISWHOLE (https://www.mathworks.com/matlabcentral/fileexchange/6277-iswhole), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R14
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
Mehr zu Numeric Types finden Sie in Help Center und MATLAB Answers
Tags
Quellenangaben
Inspiriert: Date Odometer class
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 | Modified, as suggested by Josef Lotz, to provide indices of integer elements. |