vsize: a pedestrian variable decoder
version 1.6.0.0 (5.04 KB) by
us
VSIZE determines the full anatomy for named or unnamed variables of any depth and complexity
if you are tired of trying to find the WHOS of a member of a complicated container construct, e.g.,
v(2).b{2}.G=uint8(10*rand(10));
dummy=v(2).b{2}.G;
whos dummy;
VSIZE might be what you're looking for
see
>> help vsize
and the screenshot for information and examples
Cite As
us (2022). vsize: a pedestrian variable decoder (https://www.mathworks.com/matlabcentral/fileexchange/12278-vsize-a-pedestrian-variable-decoder), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2006a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.