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
2013-1-12
1 个投票
1 个评论
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
2013-1-12
0 个投票
1 个评论
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 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!