Integrating C++ code with Matlab Code
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I am computing the output of an image using two components of a code. One component is in C++ while the other one is in matlab. I run the c++ component on my image, save it in a folder and then run my matlab code on it. Is it possible to integrate them together. Like my C++ code runs in matlab and then automatically passes the output to my matlab code??
Thanks for your help.
Amarjot
0 Commenti
Risposta accettata
Walter Roberson
il 8 Mar 2013
Using mex you can have MATLAB call the C++ part and retrieve the output.
2 Commenti
Più 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!