What is the maximum size of *.mat file?
29 ビュー (過去 30 日間)
古いコメントを表示
What is the maximum size of *.mat file?
What is the maximum size of HDF5 file?
2 件のコメント
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
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で HDF5 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!