Why does my m file open too slowly?
18 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have a problem with opening m file.
After I change my cpu and gpu, m file opening takes about a minute.
I also reinstalled the matlab, but it didn't solve anything.
Could it be a problem to just use Window without activation?
Please help
4 comentarios
AndresVar
el 21 de Feb. de 2022
@seokwon OH I am sorry idk what the problem is but I am curious if you can answer these questions:
1) how do you open the file? Is matlab already open? Is it via "Open" button or clicking in the "current folder". Or is matlab closed and you double click the file. What about if you type "edit <filename>" in command window.
2) what about if the file is renamed with different extension like .txt or what about .mlx files (also slow?)
3) If you open the .m file with notepad or vscode is it fast? or just as slow
4) How big is the .m file
5) what version of matlab
Respuestas (1)
Jan
el 21 de Feb. de 2022
Do you have a folder in Matlab's PATH, which is stored on a network drive or e.g. Dropbox? Then Matlab might scan the remote folder during opening the file. Accoring to the network speed, this can take a lot of time.
Try to reset the PATH temporarily.
Ver también
Categorías
Más información sobre Search Path en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!