save a large data to mat file

조회 수: 7 (최근 30일)
C Zeng
C Zeng 2013년 4월 14일
Hi, I want to save a large data 3^14*1000 double precision to mat file, however, matlab reports error as:
Warning: Variable 'a' cannot be saved to a MAT-file whose version is older than 7.3. To save this variable, use the -v7.3 switch. Skipping...
And it cannot be saved.
I can change the precision to single but it is still very large, >1 GB. Is there a way matlab can save large data to a mat file? Thanks.

채택된 답변

Jakub
Jakub 2013년 4월 14일
  댓글 수: 4
Jakub
Jakub 2013년 4월 15일
type help h5write. your solution might be working as well
C Zeng
C Zeng 2013년 4월 16일
Thanks, Jakub, which one is better? I think there may be many ways to handle it, right?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 HDF5에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by