pdist2 error: Undefined function 'pdist2mex' for input arguments of type 'double'.

5 次查看(过去 30 天)
Every time I want to use pdist2, I get the following error:
Undefined function 'pdist2mex' for input arguments of type 'double'.
pdist is working fine and the stats toolbox is set in the path.
Any suggestions?
Thanks!
(using Matlab 2013b, sats ver 8.3)

采纳的回答

Miguel Esteva
Miguel Esteva 2014-2-7
Found the problem. There was a copy of pdist2.m one of the folders included in the path. After deleting it worked well.
Thanks, silly problem.

更多回答(2 个)

Sajid Khan
Sajid Khan 2014-2-6
Be careful if you are using "pdist2mex" as the name of a variable. What is the syntax that you are using? Can you please post a sample program. And on which line and function the error is occuring?

Miguel Esteva
Miguel Esteva 2014-2-6
Thank you for your response.
Just running the following code with a clear workspace generates the error:

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by