Integrating C++ code with Matlab Code
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Walter Roberson
le 8 Mar 2013
Using mex you can have MATLAB call the C++ part and retrieve the output.
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Call C++ from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!