MATLAB: Which data type occupy low memory space

image processingImage Processing ToolboxMATLABMATLAB C/C++ Math LibraryMATLAB Compilermatricesmatrix manipulation

which data type occupy low memory space ?

Best Answer

uint8 and int8 occupy the least memory . The amount of memory used by logical is not formally defined but in all interfaces so far it has been the same as uint8