帮助中心帮助中心
您可以使用以下任意命令检查变量 x 的数据类型。
x
命令
运算
whos x
显示 x 的数据类型。
xType = class(x);
将 x 的数据类型赋予变量。
isnumeric(x)
确定 x 是否为数值类型。
isa(x, 'integer') isa(x, 'uint64') isa(x, 'float') isa(x, 'double') isa(x, 'single')
确定 x 是否为指定的数值类型。(此处显示了任意整数、无符号的 64 位整数、任意浮点数、双精度数和单精度数的示例)。
isreal(x)
确定 x 是实数还是复数。
isnan(x)
确定 x 是否不是数值 (NaN)。
NaN
isinf(x)
确定 x 是否为无限值。
isfinite(x)
确定 x 是否为有限值。
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office