My Matlab executable can't find 'hypergeom' function.

1 visualización (últimos 30 días)
Eugenio
Eugenio el 20 de Mayo de 2013
Hi all, as the title says, my .exe matlab executable can't find the 'hypergeom' function. The error message is:
"Undefined function or method 'hypergeom' for input arguments of type 'double'"
When I run my project with Matlab everything goes well, the compiler find the correct .m file in the correct path, but when I create the .exe file, it doesn't work at all. With the command 'which' I have this result:
>> which -all hypergeom
C:\Program Files\MATLAB\R2010a\toolbox\symbolic\symbolic\hypergeom.m
C:\Program Files\MATLAB\R2010a\toolbox\symbolic\symbolic\@sym\sym.m % sym method_
How can I solve this problem?
Thank you all.
  1 comentario
Iain
Iain el 20 de Mayo de 2013
I suspect you are giving it the wrong datatype as an input.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 20 de Mayo de 2013

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by