How to convert c/c++ code to MatLab code?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have c code which i need to convert into MATLAB for further processing.
3 Commenti
Risposte (1)
Jan
il 18 Nov 2012
Modificato: Jan
il 18 Nov 2012
You can't.
Either a re-implementation is required in general, or you can call the C++ code from Matlab using the MEX-interface. See http://www.mathworks.com/help/matlab/creating-c-c-and-fortran-programs-to-be-callable-from-matlab-mex-files.html
0 Commenti
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!