Why does CD-ing into a directory with a large number of files slow down MATLAB 8.0 R2012b on Linux?

3 views (last 30 days)
I have a directory that contains a large number of my files (size ~ 75GB).
When I CD into this folder, MATLAB does not respond for as long as 6 minutes. How do I reduce this delay? I am using a Linux machine.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 19 Oct 2018
Currently the only way to work around this is to use the -nodesktop option while starting MATLAB.
Apart from this, there are no other workarounds.
  2 Comments
Walter Roberson
Walter Roberson on 13 Aug 2022
When you cd into a directory, matlab needs to examine all of the file names to see if there are any m or p or mlx or slx or mlapp or mex* files (and so on) as the executables in a directory become part of the matlab path, potentially requiring a change in execution path.
You should avoid cd in programs .

Sign in to comment.

More Answers (0)

Categories

Find more on Search Path in Help Center and File Exchange

Products


Release

R2012b

Community Treasure Hunt

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

Start Hunting!