Display the sizes of 4D arrays?
이전 댓글 표시
Could matlab display the sizes of arrays with dimensions>=4?
I have many 4D arrays and would like to see their sizes during debug.It is very painful to type size(someLongName) everytime.
Is there a way to make matlab display their sizes (either in "whos" or when moving the mouse over the variable, i.e. in the pop-up description box you usually see)?
Name Size Bytes Class Attributes
ans 1x4 32 double
someLongName 4-D 40000 double
Thanks a lot!
댓글 수: 1
Lane
2015년 9월 18일
I too would very much like to see 4-D array sizes displayed using the whos command. I think it's the same issue, but I have 4D arrays that are fields of a structure, and when I type that structure's name I have to do separate commands to see the size of each 4-D field.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!