Hey All,
I'm writting code to interface a matlab script with an algorithm based in C, and it seems to have a problem pasing data (in my case a 1D array) into the MEX function. Whenever i pass in the array to the MEX function the code knows that its an nth-element, 1D array but all the data...