error using meshgrid: out of memory
Show older comments
I have two vectors. Latitude and longitude, each 90267 in length. I want to create a 2D grid (using meshgrid) and then interpolate temperature values at these points. However, I get an out of memory error. I tried preallocating the matrix ones(90267,90267) but it still uses too much memory. Any way around this?
Accepted Answer
More Answers (0)
Categories
Find more on Interpolation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!