griddata line 30 error

Hi everyone
I keep getting the following error, what should I do?
out of memory. type help memory for your options

1 Commento

dpb
dpb il 28 Giu 2022
You tried to create an output that overflows available memory.
We can't tell how big that is, but it's too big for your available PC memory given the resolution you've requested in defining an, bn with a difference of 0.001.
griddata doesn't know about tall arrays so everything must fit into available memory and you're clearly using a lot here.
You can cut the resolution down by (say) 10X a see if you then have sufficient memory.
Alternatively, if you must keep the resolution, you'll have to limit the portion of the data you access and process the whole thing in pieces.

Accedi per commentare.

Risposte (1)

Sourav Sukumaran
Sourav Sukumaran il 3 Lug 2022

0 voti

Hi
Just like the comment https://in.mathworks.com/matlabcentral/answers/500080-out-of-memory-matlab-runtime-2015b#answer_413132 says we should allocate fewer length array in general.
Also try cutting down the resolution by 10 or so to check into this problem. If you necessitate keeping the resolution try to limit the range of data you will be accessing as the comment above mentions.
Thanks.

Prodotti

Release

R2018a

Tag

Richiesto:

il 28 Giu 2022

Modificato:

il 19 Gen 2023

Community Treasure Hunt

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

Start Hunting!

Translated by