Closed pierre-nedelec closed 1 year ago
Thanks a bunch for spotting this. I, mistakenly, actually though -batch
to a script as input, but I now realize it takes a MATLAB expression, e.g. "1+2"
. I've tried to clarify this a bit, without going too much into the details (https://wynton.ucsf.edu/hpc/howto/matlab.html#using-matlab-in-job-scripts).
The command doesn't work as it is written: the script should be called by name and not file name, i.e.:
notice the
my_script
and notmy_script.m
source