C++ std::vector transferring
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Call C++ from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!