help with the Matlab-C++ interface

In the attempt to re-create the analysis that others created a while ago, the MATLAB program stops because it calls the function ‘cluster5’ which is not an .m file but a file with extension .mexsol which Matlab does not recognize (in other words there is NOT 'cluster.m' but only 'cluster.mexsol' in my directory). My questions are: 1) Is there a way to make this cluster5.mexsol work properly in Matlab in a Windows environment? It seems to work when I call it from Unix. 2) If not is there anything that I can do to make it work on WIndows?I am not an expert of how Matlab and C communicate with each other… Any comment and suggestion will be highly appreciated.

답변 (2개)

José-Luis
José-Luis 2013년 1월 12일

1 개 추천

  1. No
  2. Solaris is a flavor of UNIX, so that's probably why it works
  3. Yes, please save yourself a world of hurt and recompile the mex source in a windows system.
To use C++ code in Matlab, please look here.
To use Matlab in C++ code, please look here.

댓글 수: 1

Walter Roberson
Walter Roberson 2013년 1월 12일
There would be large difficulties in getting the .mexsol to work in an MS Windows environment. It is probably not even compiled for an Intel architecture at all.

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

Giampaolo
Giampaolo 2013년 1월 12일

0 개 추천

Thanks Jose. You are suggesting to get hold of the original 'cluster.c' source file (which I don't have) and to compile it using mex. Is this correct?

댓글 수: 1

José-Luis
José-Luis 2013년 1월 12일
편집: José-Luis 2013년 1월 12일
Yes.
Please don't place comments as answers, it might get confusing for other people joining the conversation down the road. Please accept an answer if it helped you. You might want to wait to see if anyone else has something else to contribute though, as the answer I gave is, I should have added, "to the best of my knowledge".

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

카테고리

도움말 센터File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기

태그

질문:

2013년 1월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by