Info

This question is closed. Reopen it to edit or answer.

seeking help regarding executing matlab compiled .exe from a c++ code

1 view (last 30 days)
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.

Answers (1)

Kaustubha Govind
Kaustubha Govind on 12 Apr 2013
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:

This question is closed.

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!