当我尝试:
>>isdouble(1)我只是得到了错误
Undefined function or variable 'isdouble'.其他is*函数也是一样的。但是这些是Matlab中的标准函数,我甚至在使用help或doc函数时都会找到它们:
>>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.
...有人知道这是怎么回事吗?
https://stackoverflow.com/questions/30304066
复制相似问题