Azzera filtri
Azzera filtri

how to run a c++ file in matlab using mex?

11 visualizzazioni (ultimi 30 giorni)
sowjanya boddeti
sowjanya boddeti il 26 Feb 2016
Risposto: James Tursa il 26 Feb 2016
compile cpp file from matlab. Is it : mex hello.cpp

Risposte (1)

James Tursa
James Tursa il 26 Feb 2016
You need to have the gateway function mexFunction in your source code:
If you have that set up properly, and the file is in the current directory, then yes all you do is enter this at the command prompt:
mex hello.cpp

Categorie

Scopri di più su Write C Functions Callable from MATLAB (MEX Files) 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!

Translated by