copy folders lead matlab collapse
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
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.
Respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!