Can C program be converted to Matlab ?

4 ビュー (過去 30 日間)
Pooja
Pooja 2013 年 2 月 23 日
Can C program be converted to Matlab ?

採用された回答

manoj saini
manoj saini 2013 年 2 月 23 日
ya using MEX file.....we can convert it into MATLAB
  1 件のコメント
Walter Roberson
Walter Roberson 2013 年 2 月 23 日
That does not convert it to MATLAB, but it does make it possible for MATLAB to make use of the C code.

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

その他の回答 (1 件)

Jan
Jan 2013 年 2 月 24 日
Yes, both languages have the same power.
A manual conversion can be a big piece of work or very easy. Do you mean an automatic conversion?
  3 件のコメント
Pooja
Pooja 2013 年 2 月 24 日
C programs logic could be used for matlab programs right?
Walter Roberson
Walter Roberson 2013 年 2 月 24 日
Translating pointers would be tricky, but basic concepts such as "for" loops are the same in most programing languages.

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

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by