How to make mex file of C program in matlab

1 次查看(过去 30 天)
I have to run a matlab code namely "huff2mat.m" but it uses a C file namely "unravel.c". It also asks me to make a mex file of it. How can i use the file "unravel.c" in matlab.

采纳的回答

Junaid
Junaid 2012-4-24
if it is mex file, its mean C code for matlab. then simply compile it by this command in matlab editor.
mex unravel.c;
then you can call unravel as function in matlab.
  1 个评论
Jan
Jan 2012-4-24
And if you didn't do it before: "mex -setup". This setup requires and installed compiler, but this is perhaps another question.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by