Invalid MEX-file 'D:\sky_detector\toolbox\bin\gco_matlab.mexw64': The specified procedure could not be found..
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
Hi,
I am trying to run a sky detector demo at http://www.cse.cuhk.edu.hk/~leojia/projects/weatherclassify/sky_detector.zip
I git this error: Invalid MEX-file 'D:\sky_detector\toolbox\bin\gco_matlab.mexw64': The specified procedure could not be found..
That's file exists. How can I fix the error?
Thanks!
댓글 수: 0
답변 (1개)
  James Tursa
      
      
 2017년 3월 21일
        
      편집: James Tursa
      
      
 2017년 3월 21일
  
      It is not unusual for mex routines to be dependent on the MATLAB version. I.e., mex routines compiled under one version of MATLAB may not run under another version of MATLAB. What version of MATLAB are you running, and what version of MATLAB was used to compile the mex routine? Can you recompile the mex routine?
댓글 수: 2
  James Tursa
      
      
 2017년 3월 21일
				Then you might be stuck. Can you run the code with an earlier version of MATLAB?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

