how to use c file in matlab?

1 view (last 30 days)
TaeHwan
TaeHwan on 26 Feb 2014
These is a basic C code.
#include stdio.h int main (void) {
printf("hello world! \n"); system("pause"); return 0; }
How can I run this code in Matlab? I heard, if use rule of mexfunction, I can run that C code in matlab. But I want to know there is other way to run that C code.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!