Maximum possible array, excluding swap file

조회 수: 1 (최근 30일)
Till
Till 2014년 7월 18일
I'd like to load large video files into memory (in the order of several GBs), preferably all frames in one go. I also want to avoid using the swap file, so before I load the file I want to make sure whether it will fit into RAM (otherwise I will load the data in two or more parts).
How can I determine the maximum possible array size, but without the swap file part? The memory command will only give me that with the swap file included.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by