필터 지우기
필터 지우기

Undefined function or variable 'edison_wrapper_mex'

조회 수: 6 (최근 30일)
jeffin
jeffin 2017년 4월 11일
답변: Srinivasa Rakesh 2019년 5월 9일
I had tried to download a code and run using matlab. The coding has many functions. I have got the error
Undefined function or variable 'edison_wrapper_mex'.
Error in edison_wrapper (line 64) [fimage labels modes regSize grad conf] = edison_wrapper_mex(fim, rgbim, p);
The function edison_wrapper_mex is a .cpp file and have many files in this name (listed below)
I am new in knowing about linking C++ in matlab. Can somebody correct me where i am wrong actually? thanks in advance.
  댓글 수: 1
Adam
Adam 2017년 4월 11일
Is this folder on your Matlab path? If not you need to add it and save your path for future sessions.

댓글을 달려면 로그인하십시오.

답변 (2개)

Felix
Felix 2017년 12월 6일
Have you solved this problem? I'm dealing with the same problem with you and there is no clue.

Srinivasa Rakesh
Srinivasa Rakesh 2019년 5월 9일
Same here. There is no instructions on how to solve this. Building the edison_wrapper_mex using mex is also not working and giving different errors in different windows systems (32 or 64 bit).

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by