Error :Undefined function 'kernelpca_tutorial' for input arguments of type 'double'
Error :Undefined function 'kernelpca_tutorial' for input arguments of type 'double'
我有朗姆酒这个代码
http://www.mathworks.com/matlabcentral/fileexchange/27319-kernel-pca/content/kernelpca_tutorial.m
但是我得到的错误是
kernelpca_tutorial(input,5)
Undefined function 'kernelpca_tutorial' for input arguments of type 'double'.
输入是
输入=
2.5000 3.5000 1.0000
1.5000 7.5000 9.0000
4.5000 8.0000 9.0000
错误是什么..任何帮助都将不胜感激!
可能,您 运行 来自错误的目录(即您正在调用 MATLAB 无法找到的内容,因此问题不在输入)。
我有朗姆酒这个代码
http://www.mathworks.com/matlabcentral/fileexchange/27319-kernel-pca/content/kernelpca_tutorial.m
但是我得到的错误是
kernelpca_tutorial(input,5) Undefined function 'kernelpca_tutorial' for input arguments of type 'double'.
输入是
输入=
2.5000 3.5000 1.0000
1.5000 7.5000 9.0000
4.5000 8.0000 9.0000
错误是什么..任何帮助都将不胜感激!
可能,您 运行 来自错误的目录(即您正在调用 MATLAB 无法找到的内容,因此问题不在输入)。