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?
source
share