thosecars82
Computer
- Oct 26, 2009
- 1
Hello there
I am getting an out of memory error in Matlab when I run this function interp1 with a 3200000 elements vector. Nonetheless, when I run the same function for a vector with just 3100000 elements, it runs successfully. Does any of you have any idea to avoid this error without having to split the vector and call this function several times?
Thanks in advance.
I am getting an out of memory error in Matlab when I run this function interp1 with a 3200000 elements vector. Nonetheless, when I run the same function for a vector with just 3100000 elements, it runs successfully. Does any of you have any idea to avoid this error without having to split the vector and call this function several times?
Thanks in advance.