What is the maximum size of *.mat file?

조회 수: 52 (최근 30일)
slevin Lee
slevin Lee 2023년 1월 30일
댓글: DGM 2024년 8월 25일
What is the maximum size of *.mat file?
What is the maximum size of HDF5 file?
  댓글 수: 2
Stephen23
Stephen23 2024년 8월 25일
"What is the maximum size of *.mat file?"
The documentation states "The maximum size of a MAT-file is imposed only by your native file system."

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

답변 (1개)

John D'Errico
John D'Errico 2023년 1월 30일
There is no maximum size of either file. It would be strictly dependent on the memory you have available.
Well, you could say there is a mximum, in terms of addressable memory. Since your computer will be able to use 64 bit addressing, that limit of 2^64 is far larger than any amount of memory you can put in your computer, or on your drive. So effectively, the limit is the available memory you have on your computer, and the memory you have on your drive.

카테고리

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