Can Matlab harm my SSD/HDD?

3 ビュー (過去 30 日間)
deepak kumar
deepak kumar 2022 年 1 月 9 日
編集済み: per isakson 2022 年 1 月 9 日
I have written a code that includes functions that read the same files (.xlsx) several times from SSD every time code is executed. These functions in code run on loop hundreds of times and read the SAME files every time and use some data.
So, I want to know how Matlab handles read/write operations? Are files once read stored in RAM for further use? or Matlab reads them again and again? could these continuous read operations on the same location by Matlab harm my SSD?
If yes, then what is the workaround?

採用された回答

Walter Roberson
Walter Roberson 2022 年 1 月 9 日
編集済み: per isakson 2022 年 1 月 9 日
MATLAB makes no attempt itself to buffer files. It leaves that up to the operating system. The operating system system in turn is responsible taking into account demands on memory, and requests from processes to write the file.
I suggest that you read once and pass the content to the function

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by