copy folders lead matlab collapse
이전 댓글 표시
I copied a folders which is run properly from other people's computer, but it run crashed on my computer. What's the matter with it? Is it the question that configuration or hardware? How do I solve it?
I added the folder which I was copied.
Enter the folder in matlab and input
read_log_file('cc11.dat')
directly in matlab

Thank you.
댓글 수: 1
Guodong Tao
2017년 12월 26일
From the screenshot, we noticed a file named "read_csi.mexw64", this is a compiled mex file, like a dll, as a first try, please type %temp% in folder path to open system temporary folder, find a recently crash dump log file, in stack trace, find if it is directed to this mexw64 file, if yes, recompile this mex file with source code.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!