当我尝试:
>>isdouble(1)
Run Code Online (Sandbox Code Playgroud)
我刚收到错误
Undefined function or variable 'isdouble'.
Run Code Online (Sandbox Code Playgroud)
另一个是*函数是一样的.但这些是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.
...
Run Code Online (Sandbox Code Playgroud)
那么有谁知道这里发生了什么?
matlab ×1