Borrar filtros
Borrar filtros

Cannot Load .Mat file into workspace

5 visualizaciones (últimos 30 días)
Nicholas Kavouris
Nicholas Kavouris el 2 de Ag. de 2023
Comentada: Nicholas Kavouris el 6 de Sept. de 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

Respuestas (1)

Shreeya
Shreeya el 29 de Ag. de 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!

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by