MATLAB: How to get bytes of matfile

matfile

When i double click on my matfile i can see the bytes displayed as in the link…. how to get the bytes "18129" into a variable….

Best Answer

details = whos('-file','H.mat','H');
details.byte