C++ programming in Matlab

5 visualizaciones (últimos 30 días)
Nathan Goedeke
Nathan Goedeke el 29 de Dic. de 2013
Respondida: Walter Roberson el 29 de Dic. de 2013
I'm relatively new to Matlab (2012, Student Version), and I am having great confusion when it comes to writing programs on it. I have written a simple c++ program on it, but I cannot find any explanation as to how I should compile and run it. I know there are some kind of examples that has something to do with MEX files, but none of them seem to satisfactorily explain how to solve my problem: All I want is to compile and run this program on Matlab.
int main()
{
cout << "Hello World!";
return 0;
}

Respuestas (1)

Walter Roberson
Walter Roberson el 29 de Dic. de 2013

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!

Translated by