matlab数据类型
来源:动视网
责编:小采
时间:2021-11-16 10:20:25
matlab数据类型
int8,8位有符号整数。uint8,8位无符号整数。int16,16位有符号整数。uint16,16位无符号整数。int32,32位有符号整数。uint32,32位无符号整数。int64,64位有符号整数。uint64,64位无符号整数。
导读int8,8位有符号整数。uint8,8位无符号整数。int16,16位有符号整数。uint16,16位无符号整数。int32,32位有符号整数。uint32,32位无符号整数。int64,64位有符号整数。uint64,64位无符号整数。
matlab数据类型包括:
int8,8位有符号整数;uint8,8位无符号整数;int16,16位有符号整数;uint16,16位无符号整数;int32,32位有符号整数;uint32,32位无符号整数;int64,64位有符号整数;uint64,64位无符号整数;single,单精度数值数据;double,双精度数值数据;logical,逻辑值为1或0,分别代表true和false;char,字符数据字符串作为字符向量存储等。
matlab数据类型
int8,8位有符号整数。uint8,8位无符号整数。int16,16位有符号整数。uint16,16位无符号整数。int32,32位有符号整数。uint32,32位无符号整数。int64,64位有符号整数。uint64,64位无符号整数。