How to save V7.3 format variable quickly (in few seconds) like ordinary save command

조회 수: 24 (최근 30일)
Megha
Megha 2019년 4월 10일
편집: Megha 2019년 4월 10일
I have a varaibale of size >2GB. I wanted to save it. So matlab shown me an error when I used ordinary save command [save info.mat info;] like below.
For variables larger than 2GB use MAT-file version 7.3 or later.
So i switched to
save ('info.mat','info', '-v7.3');
Now when I use this, It is taking aound 30-40 minutes to save that variable!!
Is there any way out I can quicken this process in several seconds..??
Please help!
  댓글 수: 3
Megha
Megha 2019년 4월 10일
편집: Megha 2019년 4월 10일
Thank you Walter Roberson , it created 13 MB sized variable and later MATLAB crahsed!
Megha
Megha 2019년 4월 10일
Anyway I have saved the variable after waiting for 30 minutes.
Can you please help me for my next question on loading the saved variables...
It has only one variable saved inside with 52x1 cells. Is there any way I can access few cells amongst entire variable?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by