Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Rudy Werlink
Rudy Werlink 2017년 6월 12일
마감: MATLAB Answer Bot 2021년 8월 20일
see image
thanks Rudy

답변 (1개)

Sanjana Ramakrishnan
Sanjana Ramakrishnan 2017년 6월 15일
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
Rudy Werlink
Rudy Werlink 2017년 6월 16일
I am using the latest matlab version 17a. The figs give me this error when I try to save when running Matlab.
Rudy

Community Treasure Hunt

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

Start Hunting!

Translated by