0

I have rum this code

http://www.mathworks.com/matlabcentral/fileexchange/27319-kernel-pca/content/kernelpca_tutorial.m

But I get the error as

kernelpca_tutorial(input,5) Undefined function 'kernelpca_tutorial' for input arguments of type 'double'.

where input is

input =

2.5000    3.5000    1.0000
1.5000    7.5000    9.0000
4.5000    8.0000    9.0000

What cud be the error..Any help wud be appreciated!

1 Answer 1

0

Probably, you are running this from a wrong directory (i.e. you are calling something that MATLAB just can't find, so the problem is not the input).

Sign up to request clarification or add additional context in comments.

1 Comment

thnku ..You wer correct .I hav been running from a wrong directory

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.