I am using a function called "findpeaks" from signal processing toolbox in my source code. The source code is then packed into a jar file to be launched from Java on a different machine. Java invokes MRC to perform its execution which ends with following exception:
Undefined function 'findpeaks' for input arguments of type 'double'
What could be the possible cause of this exception.?