Integrating C++ code with Matlab Code
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Walter Roberson
el 8 de Mzo. de 2013
Using mex you can have MATLAB call the C++ part and retrieve the output.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Call C++ from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!