MATLAB From memory using perl ()

I have a perl script that I want to execute using MATLAB using the perl () function, and it continues to give me "System error: out of memory!" Which seems to belong to perl.

My perl script needs about 5 GB of memory to run, and it works great when Cygwin starts up. How to get MATLAB to provide perl with more memory?

+4
source share
1 answer

MATLAB comes with a 32-bit version of perl. That is why he could not work.

+4
source

Source: https://habr.com/ru/post/1649183/


All Articles