代表無符號的8位整數,最大值為255。MATLAB支援的資料型別有: double -- Double precision floating point numeric array logical -- Logical array char -- Character array single -- Single precision floating-point numeric array float -- Double or single precision floating-point numeric array int8 -- 8-bit signed integer array int16 -- 16-bit signed integer array int32 -- 32-bit signed integer array uint32 -- 32-bit unsigned integer array int64 -- 64-bit signed integer array integer -- An array of any of the 8 integer classes above numeric -- Integer or floating-point array cell -- Cell array struct -- Structure array function_handle Function handle "class_name" Custom MATLAB object class or Java class
代表無符號的8位整數,最大值為255。MATLAB支援的資料型別有: double -- Double precision floating point numeric array logical -- Logical array char -- Character array single -- Single precision floating-point numeric array float -- Double or single precision floating-point numeric array int8 -- 8-bit signed integer array int16 -- 16-bit signed integer array int32 -- 32-bit signed integer array uint32 -- 32-bit unsigned integer array int64 -- 64-bit signed integer array integer -- An array of any of the 8 integer classes above numeric -- Integer or floating-point array cell -- Cell array struct -- Structure array function_handle Function handle "class_name" Custom MATLAB object class or Java class