There is no variable/function call to "%U2" in my code. I am trying to narrow down if this error is due to an issue with how I am setting up parfor or an issue with the version of MATLAB on the server. The body of the parfor loop consists of two other inner loops using fmincon...
I have a matlab function which at a certain point calculates sin(2*pi*freq*t_array) (t_array in an array of size (1,2000). I tried to call this function vi matlab.engine but I got the error message: "Undefined function 'sin' for input argument of type 'int64' " I tried what i...