i have a matlab code that run a c++ functions, it works well on my computer or any other desktop I've tried to run it on. (in order to run it on other desktop i copied the matlab/c++ functions and the mex files)
lately I've tried to run the code on a sge cluster but i get an error messege
"Undefined function 'img' for input arguments of type 'double'"
"img" is the c++ function called by matlab.
does anyone encountered the same problem? does anyone knows how to solve it?
10x Elad