Improved WHOS function

버전 1.0.0.0 (3.29 KB) 작성자: Daniel Ennis
Improves the readability of the WHOS function.
다운로드 수: 1.6K
업데이트 날짜: 2005/7/18

라이선스 보기

WHOSBETTER is a function that sorts the WHOS output according a user defined input (ie name, size, bytes, type etc.). The output also includes the FULL size rather than the #-D labels that TMW prefers. The output is also human readable and incorporates the use of b (byte), kb (kilobyte), Mb (megabyte), and Gb(gigabyte) labeling.

whosbetter -n name ordered (DEFAULT)
whosbetter -s size ordered (NOT IMPLEMENTED)
whosbetter -b byte ordered
whosbetter -t type ordered (NOT IMPLEMENTED)

SYTNAX: whosbetter -b
whosbetter -n (DEFAULT)

DBE 2005/04/05

Comment: WHOSBETTER is too long of a filename to type it as often as I used to type WHOS. I like the name because I think it is funny, but in my own workspace I renamed the function to something much shorter.

Future Improvements:
1) Include handling for -s and -t options
2) Anything else?

인용 양식

Daniel Ennis (2024). Improved WHOS function (https://www.mathworks.com/matlabcentral/fileexchange/7366-improved-whos-function), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Whos에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Minor update to handle proper labeling of all data types.