フィルターのクリア

why is it taking so long to open .mat files from 2014b using 2016a?

1 回表示 (過去 30 日間)
kellybry
kellybry 2016 年 9 月 13 日
回答済み: Jordan Ross 2016 年 9 月 19 日
I recently upgraded to 2016a. Now, when I load .mat files save with 2014b, it takes several minutes for them to load. Any idea how I can speed this up? Thanks!
  1 件のコメント
George
George 2016 年 9 月 13 日
What version of matfiles are they? See here for more info.

サインインしてコメントする。

回答 (1 件)

Jordan Ross
Jordan Ross 2016 年 9 月 19 日
Hello,
The version that the .MAT file is saved in does influence the performance. Refer to documentation @George mentioned in his comment: https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html
One way to improve performance is to use the "matfile" function. This will allow you to load certain variables that you need without loading the entire file into memory.
For more information see the following documentation: https://www.mathworks.com/help/matlab/ref/matfile.html

カテゴリ

Help Center および File ExchangeWorkspace Variables and MAT-Files についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by