Matlab - Undefined Error for Input Arguments of Type Double [duplicate]

我与影子孤独终老i 提交于 2019-12-05 21:23:21

Undefined function 'xxx' for input arguments of type 'double' typically indicates that the function xxx is not on the path.

To confirm that this is indeed the issue, type which convfft at the command line, since which should indicate where Matlab knows the file is located.

If the file is not found, make sure that it exists on your computer, and add the file's parent folder to the Matlab path.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!