フィルターのクリア

How can I convert a matlab code to C?

2 ビュー (過去 30 日間)
Ijeoma Madu
Ijeoma Madu 2013 年 1 月 30 日
I want to convert this to C code
function [c]= add(a,b)
c=a+b
How is the compiler used to convert this to C, i am new to this. I do not have a Matlab coder.
  1 件のコメント
Shashank Prasanna
Shashank Prasanna 2013 年 1 月 30 日
If you don't have MATLAB Coder, you will have to write it yourself. There is no other way to automatically generate C code out of MATLAB code.

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

採用された回答

Walter Roberson
Walter Roberson 2013 年 1 月 30 日
MATLAB Coder is the only product for converting MATLAB to C.
MATLAB Compiler (a different product) does not convert to C: it converts to internal data structures that are interpreted by a MATLAB engine.
  1 件のコメント
Ijeoma Madu
Ijeoma Madu 2013 年 1 月 31 日
Thanks. I guess i would get a coder. But how is the compiler used, i would like to see its benefits. I have never used it before

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by