小编Gha*_*aul的帖子

isdouble(),issingle(),...,Matlab2015a中缺少函数

当我尝试:

>>isdouble(1)
Run Code Online (Sandbox Code Playgroud)

我刚收到错误

Undefined function or variable 'isdouble'.
Run Code Online (Sandbox Code Playgroud)

另一个是*函数是一样的.但这些是Matlab中的标准函数,我甚至在使用helpdoc函数时找到它们:

>>help isdouble
isdouble - Determine whether input is double-precision data type

This MATLAB function returns 1 when the DataType property of fi object a is
double, and 0 otherwise.
...
Run Code Online (Sandbox Code Playgroud)

那么有谁知道这里发生了什么?

matlab

5
推荐指数
2
解决办法
1530
查看次数

标签 统计

matlab ×1