フィルターのクリア

how to run C-file in matlab ?

11 ビュー (過去 30 日間)
Pooja
Pooja 2013 年 3 月 16 日
how to run C-file in matlab ?I have heard of MEX file to run C files in matlab.Is this correct?What should be the commands given?Kindly enlighten.

回答 (2 件)

Walter Roberson
Walter Roberson 2013 年 3 月 16 日

Jan
Jan 2013 年 3 月 16 日
Take the chance to search in the net by your own. E.g. asking Google about "Matlab mex how to" will reveal a lot of corresponding tutorials.
  3 件のコメント
Jan
Jan 2013 年 3 月 18 日
@Pooja: Which is "this" page? Did you look in the top 20 pages found by Google?
Simply let Matlab compile the C-file completely:
mex -setup (if not done before)
mex -O YourCFile.c
ready.
Pooja
Pooja 2013 年 4 月 27 日
Is this that simple ?Only these two codes needed?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeExternal Language Interfaces についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by