Cannot Load .Mat file into workspace

4 vues (au cours des 30 derniers jours)
Nicholas Kavouris
Nicholas Kavouris le 2 Août 2023
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

Réponses (1)

Shreeya
Shreeya le 29 Août 2023
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 commentaire
Nicholas Kavouris
Nicholas Kavouris le 6 Sep 2023
sorry this function does not work

Connectez-vous pour commenter.

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by