matlab is downloading every files from onedrive

조회 수: 9 (최근 30일)
구구
구구 2024년 12월 16일
댓글: 구구 2025년 9월 30일
I had set the onedrive download option to on demand.
But when I navigate directories inside matlab, matlab downloads every files they can find.
It happens in both windows and mac.
  댓글 수: 1
Walter Roberson
Walter Roberson 2024년 12월 16일
If it were just MATLAB related files that were being downloaded, such as .m and .mlx files, then I would guess that MATLAB is parsing the files and cacheing the parsed results.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sreeram
Sreeram 2024년 12월 18일
Hi @구구,
I understand that when navigating directories within MATLAB, all files in those directories are being downloaded automatically.
This behaviour occurs because when you navigate directories in MATLAB, it may access or index the files, triggering OneDrive to download them, as Walter mentioned. OneDrive Files On-Demand is designed to download files when they are accessed by applications, even if you have not explicitly opened them, because all files are online only. This ensures that the application can work with the files as needed. More details are available in the following Microsoft documentation:
This may be prevented by turning off the feature for specific directories or files. Right-click on them in the File Explorer and select "Always keep on this device." This will ensure a local copy of the file in the cloud is available, and it will not be downloaded while navigating through the directories.
I hope this helps!
  댓글 수: 2
Bruce Wiggins
Bruce Wiggins 2025년 7월 11일
이동: Walter Roberson 2025년 7월 11일
This is absolutely a pain and should not be designed behavior (as I've been told on a ticket I raised)! We shouldn't have to keep everything on the device, and I don't own any other software that suffers from this issue. I'm currently waiting for MATLAB to initialise which it refuses to do until it's downloaded all 30000+ files in my MATLAB directory. It's a massive pain and makes it very hard/impossible to navigate using the folders in the MATLAB program.
구구
구구 2025년 9월 30일
I don't want to keep every files on my device. And like Burce, matlab is not reacting cause it is downloading everything. just one missed clicked stoped my work. thank you very much

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Downloads에 대해 자세히 알아보기

태그

제품


릴리스

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by