Internal Error: Could not determine class of method

I tried to run a file in our school server but encounter this error.
batch('MIP_test3')
Warning: Unable to calculate the dependencies of the files:
MIP_test3
Internal Error: Could not determine class of method
"/opt/matlab_R2014a/toolbox/shared/rptgen/@rptgen/hash.m". Number of classes checked: 23.
Could you tell me how to resolve this error?
Thanks.

댓글 수: 2

Hi, I had a similar problem. In my case, the rootcause was that I used in my own source files a function "hash.m" or "hash.mexw64". Thus, there was a name conflict with the matlab built-in function hash.m. When I solved this by renaming my function, the build was successful.
Good point, Dirk.

댓글을 달려면 로그인하십시오.

답변 (1개)

Dirk Seidel
Dirk Seidel 2016년 1월 26일

0 개 추천

Hi, I had a similar problem. In my case, the rootcause was that I used in my own source files a function "hash.m" or "hash.mexw64". Thus, there was a name conflict with the matlab built-in function hash.m. When I solved this by renaming my function, the build was successful.

카테고리

도움말 센터File Exchange에서 Share and Distribute Software에 대해 자세히 알아보기

태그

질문:

2014년 10월 24일

댓글:

2016년 1월 26일

Community Treasure Hunt

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

Start Hunting!

Translated by