Improved WHOS function

版本 1.0.0.0 (3.3 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 (2026). Improved WHOS function (https://ww2.mathworks.cn/matlabcentral/fileexchange/7366-improved-whos-function), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Whos 的更多信息
版本 已发布 发行说明
1.0.0.0

Minor update to handle proper labeling of all data types.