Cannot Load .Mat file into workspace

7 ビュー (過去 30 日間)
Nicholas Kavouris
Nicholas Kavouris 2023 年 8 月 2 日
コメント済み: Nicholas Kavouris 2023 年 9 月 6 日
I have been saving data into a structure variable, then loading the variable whenever i want to append new data to the file.
as of a few days ago, trying to load the file throws the following error:
Error using load
Cannot read file fillerfilename.mat
This file is large ~310MB
the file is saved as a v7.3

回答 (1 件)

Shreeya
Shreeya 2023 年 8 月 29 日
Hi Nicholas
I undersand that you cannot load a file into the MATLAB workspace due to large memory requirements.
You can try using the "matfile" function. This function returns an object connected to the mat file, which allows access to the data without loading the entire file in the workspace. Refer to the examples in the documentation below for further details and implementation.
Hope this helps!
  1 件のコメント
Nicholas Kavouris
Nicholas Kavouris 2023 年 9 月 6 日
sorry this function does not work

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

カテゴリ

Help Center および File ExchangeDatabase Toolbox についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by