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
How can I solve this problem?
Thank you all.
1 Comment
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/76376-my-matlab-executable-can-t-find-hypergeom-function#comment_149842
Direct link to this comment
https://uk.mathworks.com/matlabcentral/answers/76376-my-matlab-executable-can-t-find-hypergeom-function#comment_149842
Sign in to comment.