C++ std::vector transferring
Mostra commenti meno recenti
How can I send vector<vector<double>> result; matrix to matlab? Should I use memcpy:
memcpy((void *)mxGetPr(A), ??? , sizeof(double)*ResultSize);
Thank you.
Risposte (0)
Categorie
Scopri di più su Call C++ from MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!