Is there an example for using STL types with a deployed MATLAB C++ shared library component?
Show older comments
My C++ application has a bunch of data stored in the STL type:
vector< pair<string, double> >
I would like to use this data in my deployed MATLAB function, which is interfaced as a C++ shared library.
Are there any examples that show converting of STL types into the mwArray data types required to call the deployed MATLAB function?
Accepted Answer
More Answers (0)
Categories
Find more on Deploy to C++ Applications Using mwArray API (C++03) in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!