Borrar filtros
Borrar filtros

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

4 visualizaciones (últimos 30 días)
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)

Respuesta aceptada

Miguel Esteva
Miguel Esteva el 7 de Feb. de 2014
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.

Más respuestas (2)

Sajid Khan
Sajid Khan el 6 de Feb. de 2014
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 el 6 de Feb. de 2014
Thank you for your response.
Just running the following code with a clear workspace generates the error:

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by