Matlab crashes on calllib
8 次查看(过去 30 天)
显示 更早的评论
Hello,
I am running a code of Dynamxel Motor. It uses built-in libraries of C created by the manufacturers (so i might not read or modify them) located here. When I execute the following, the Matlab exits all of a sudden with no error, or warning:
VALUE = calllib(lib_name, 'portHandler', DEVICE_NAME)
Will appreciate any help, thanks alot..
AR
1 个评论
Junjie Lv
2023-7-20
Have you solve the issue ? i also meet with this problem when calling Nimotion's Nim_init(const char* strSdkPath) function, it just crashes repeatedly. Why does MATLAB crash when I make a function call on a DLL in MATLAB 7.6 (R2008a)? - MATLAB Answers - MATLAB Central (mathworks.com) does not work for this issue
回答(1 个)
Sarthak
2024-4-26
Hey Ahmed,
Doing a simple search, I was able to see many people facing the same issue. I am attaching a few MATLAB Answers for your reference which suggests the reasons and workarounds why this crash occurs below:
- https://www.mathworks.com/matlabcentral/answers/98787-why-does-calllib-to-a-c-library-built-using-visual-c-cause-matlab-7-6-2008a-to-crash-when-used
- https://www.mathworks.com/matlabcentral/answers/454098-how-to-do-wait-calllib-to-give-answer-or-catch-exception
- https://www.mathworks.com/matlabcentral/answers/454098-how-to-do-wait-calllib-to-give-answer-or-catch-exception
- https://www.mathworks.com/matlabcentral/answers/440687-calllib-crashes-matlab-no-error-given
However if none of this helps, reach out to MathWorks Technical Support.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!