Info
此问题已关闭。 请重新打开它进行编辑或回答。
How can I construct a C++ class from a matlab script?
4 次查看(过去 30 天)
显示 更早的评论
I have a C++ class that I would like to construct/call from MATLAB. The class will be a large dataset and I want to pass pointers and data from the C++ instance of the class to MATLAB's workspace. An example class, main, & header are attached. Mexfunction seems like the established method but I still don't understand what changes need to made to my .cpp file for it to be a "_mex.cpp"
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!