What is the maximum size of *.mat file?

42 次查看(过去 30 天)
slevin Lee
slevin Lee 2023-1-30
评论: DGM 2024-8-25,21:04
What is the maximum size of *.mat file?
What is the maximum size of HDF5 file?

回答(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 中查找有关 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