maximum amount of data that matlab works with

4 views (last 30 days)
What is a maximum amount of data that matlab works with grid data? I read somewhere that the maximum is 3 million pixels, is it? Is there any possibility to enlarge the amount?

Accepted Answer

Steven Lord
Steven Lord on 9 Oct 2019
The table to which Stephen Cobeldick linked is from 2013, so some of the rows on it are no longer applicable. In fact the only one that still appears at first glance to be relevant is the last row. [The last 32-bit release of MATLAB was release R2015b.]
There are techniques you can use to process "Big Data" (data that doesn't fit into available memory.) See the tools described on this documentation page. You could also write your code to run on a cluster of machines with the parallel computing products.

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!