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
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에 대해 자세히 알아보기

제품

태그

질문:

N Z
2017년 12월 23일

댓글:

2017년 12월 26일

Community Treasure Hunt

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

Start Hunting!