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 CenterMATLAB Answers에서 Numeric 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.