how to run the program written in C language in matlab

2 Ansichten (letzte 30 Tage)
studentambitious
studentambitious am 25 Feb. 2016
Beantwortet: Walter Roberson am 25 Feb. 2016
i need to know the steps to run the program which is written in C language in matlab please help
  1 Kommentar
Jos (10584)
Jos (10584) am 25 Feb. 2016
compile it to an executable using a C-compiler and use the command system within matlab ...

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 25 Feb. 2016
Compile to an executable and then use system() or dos() or unix() .
Or, compile with a mex interface and call the function as if it were built-in.
Or, use loadlibrary() to call it with its existing interface.

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by