C++ std::vector transferring
    6 visualizzazioni (ultimi 30 giorni)
  
       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.
0 Commenti
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Call C++ from MATLAB in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!