Yet Another Whos

버전 1.0.0.0 (1.11 KB) 작성자: Ed Yu
Dumps out variable content in ASCII (works recursively with structures)
다운로드 수: 649
업데이트 날짜: 2016/5/4

라이선스 보기

This utility dumps out variable contents in ASCII and works recursively if the variable is a structure. The output can also be written into an ASCII file.
Example:

yawhos(dis,'dis'); % shows the content of variable dis on the screen
fyawhos(dis, 'dis'); % dumps the content of variable dis into a text file
fyawhos(dis,'dis') % same as above except that it shows the filename created

I was thrown into a Matlab project mid stream to help the project. Unfortunately there are not a whole lot of documentation in the code and the program (very UI intensive) is crashing left and right. I need a script that will allow me to peek into the contents of variable and that is why I wrote these scripts.

You can also use this to dump out variable contents at various stages of program execution and use a file comparison utility to see how the code affects the variable content.

Hope this will be of some help to you. If you found bugs and ways to improve it, let me know and I'll update it.

인용 양식

Ed Yu (2025). Yet Another Whos (https://kr.mathworks.com/matlabcentral/fileexchange/10299-yet-another-whos), MATLAB Central File Exchange. 검색 날짜: .

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

Community Treasure Hunt

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

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

BSD License