MATLAB中变量的基本数据类型是什么?

有15种

基本数据类型包括16种
Matlab数据类型包括:
double --双精度浮点 。
logical --逻辑数
char --字符
single -- 单精度浮点
float -- 单精度或者双精度浮点。
int8 --8位有符号整数
int16 -- 16位有符号整数
int32 -- 32位有符号整数
uint32 -- 32位无符号整数
int64 -- 64位有符号整数
integer -8位整数。
numeric -整数或者浮点。
cell -- Cell array
struct -- 结构体。
function_handle Function handle
'class_name' Custom MATLAB object class or Java class
温馨提示:答案为网友推荐,仅供参考