seeking help regarding executing matlab compiled .exe from a c++ code
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
i want to execute a matlab compiled .exe from within a c++ code. I will be grateful if anybody please provide the necessary syntax for that. Please note the matlab code requires some arguments to process.
1 commentaire
Walter Roberson
le 12 Avr 2013
This looks to me like it is a rephrased version of http://www.mathworks.co.uk/matlabcentral/answers/71709-in-a-c-program-how-to-call-matlab-exe-file-to-run-with-c-program
Réponses (1)
Kaustubha Govind
le 12 Avr 2013
0 votes
It might be more appropriate to create a shared library (DLL) from your MATLAB code, rather than an executable. Please refer to the following links:
Cette question est clôturée.
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!