C++ std::vector transferring
1 view (last 30 days)
Show older comments
How can I send vector<vector<double>> result; matrix to matlab? Should I use memcpy:
memcpy((void *)mxGetPr(A), ??? , sizeof(double)*ResultSize);
Thank you.
0 Comments
Answers (0)
See Also
Categories
Find more on Call C++ from MATLAB 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!