Info
此问题已关闭。 请重新打开它进行编辑或回答。
Whether it is possible to convert C++ code to mat lab code.
1 次查看(过去 30 天)
显示 更早的评论
I have searched many times for the converter, but i could not find any solution. Can you tell me a solution for it.
0 个评论
回答(2 个)
Jan
2011-11-4
No, except for some trivial code, you cannot convert C++ to Matlab.
But you can write a Mex-wrapper, which calls the original C++ code. Please search in the documentation for information about Mex files.
It is a strong signal, that you cannot find a converter in the net, isn't it?
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!