I wrote a gui which contains the function 'cpselect' , it worked well when I run it in the MATLAB environment, but when I complied it into the application of the format of 'exe', it errored with the expression 'Undefined funtion or method 'cpselect' for input arguments of type 'uint8''. But it did work perfectly in the MATLAB before I had complied it. Does anyone know this function well? I have used the 'help' of the MATLAB, and found that it support the type 'uint8'. I also opened the function 'cpselect' and found some expressions such as 'isJavaFigure' , which, when I input 'help isJavaFigure' in the command window, it said 'isJavaFigure not found'. I don't know what's wrong, but I guess the problem lies in the function 'cpselect'. Can anybody help me?
↧