Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I am getting errors trying to open figures of large data sets

1 visualización (últimos 30 días)
Rudy Werlink
Rudy Werlink el 12 de Jun. de 2017
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
see image
thanks Rudy

Respuestas (1)

Sanjana Ramakrishnan
Sanjana Ramakrishnan el 15 de Jun. de 2017
The error message might occur if you try to store matrix in the mat file which has size greater than the maximum size supported by that particular version of MAT file.
There are several subsequent versions of MAT-files that support an increasing maximum size of variables that can be stored in the MAT files. Refer the below link for more information:
https://www.mathworks.com/help/matlab/import_export/mat-file-versions.html
Modify the version of your MAT file as per your need to resolve this issue.
  1 comentario
Rudy Werlink
Rudy Werlink el 16 de Jun. de 2017
I am using the latest matlab version 17a. The figs give me this error when I try to save when running Matlab.
Rudy

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by