Can C program be converted to Matlab ?

2 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by