MATLAB: Is it possible to create and save integer vectors in MATLAB

integernumbersavevector

I mean, save it on less space than standard vectors with floating point numbers? or MATLAB automatically save integers in an effective way?

Best Answer

Look at uint8, uint16,...