MATLAB: How to query the size of the largest contiguous block of memory available to MATLAB on Linux

linuxMATLABmemory

I am looking for a command that can tell me the size of the largest matrix that can be stored in MATLAB. I would like something similar to 'feature memstats' on Windows.

Best Answer

There is no built-in MATLAB function for querying the largest contiguous block on Linux. However, the following location on MATLAB File Exchange has a similar function available:
<http://www.mathworks.com/matlabcentral/fileexchange/25725-largest-memory-block-available-all-platforms>
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.