How to convert c/c++ code to MatLab code?
Mostra commenti meno recenti
I have c code which i need to convert into MATLAB for further processing.
3 Commenti
Eric Nunes
il 13 Gen 2014
The best way is to write the C code as a psuedo code, then it would be easy fr you to re-implement it in matlab.
Eric
il 9 Apr 2016
boxd
Walter Roberson
il 10 Apr 2016
Eric, the relevance of your comment is not obvious?
Risposte (1)
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
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!