how to get bytes of 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....

 Accepted Answer

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

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!