copy folders lead matlab collapse
Afficher commentaires plus anciens
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 commentaire
Guodong Tao
le 26 Déc 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.
Réponses (0)
Catégories
En savoir plus sur 启动和关闭 dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!