photo

Rakesh Sadhu


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English

Statistics

Feeds

View by

Question


How to send UTF std::string back to Matlab?
class MexFunction : public matlab::mex::Function { public: void operator()(matlab::mex::ArgumentList outputs, matlab::mex:...

3 years ago | 1 answer | 1

1

answer

Question


How to send std::map from Mex function back to Matlab?
class MexFunction : public matlab::mex::Function { public: void operator()(matlab::mex::ArgumentList outputs, matlab::mex:...

3 years ago | 1 answer | 0

1

answer