Undefined function or variable 'edison_wrapper_mex'
3 ビュー (過去 30 日間)
古いコメントを表示
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)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/162840/image.png)
I am new in knowing about linking C++ in matlab. Can somebody correct me where i am wrong actually? thanks in advance.
1 件のコメント
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
2017 年 12 月 6 日
Have you solved this problem? I'm dealing with the same problem with you and there is no clue.
0 件のコメント
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).
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!