copy folders lead matlab collapse

4 visualizaciones (últimos 30 días)
N Z
N Z el 23 de Dic. de 2017
Comentada: Guodong Tao el 26 de Dic. de 2017
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 comentario
Guodong Tao
Guodong Tao el 26 de Dic. de 2017
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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre 启动和关闭 en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!