Is there an example for using STL types with a deployed MATLAB C++ shared library component?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Deploy to C++ Applications Using mwArray API (C++03) finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!