フィルターのクリア

Is there any tool or compiler to convert '.m' file into '.c' ?

3 ビュー (過去 30 日間)
Dhaval Gondaliya
Dhaval Gondaliya 2012 年 11 月 25 日
hello friends, I am doing a project on speech but i want to convert '.m' file to '.c' so any one know how to do please help me.

採用された回答

Walter Roberson
Walter Roberson 2012 年 11 月 25 日
MATLAB Coder is the product. There are a fair number of parts of MATLAB that cannot be converted to C, however.
Note: MATLAB Coder is not available at all for Student Version licenses of MATLAB. For Academic and Commercial license versions of MATLAB, MATLAB Coder is an optional (and relatively expensive) toolbox.
There is also MATLAB Compiler, which is a different product. MATLAB Compiler is also not available at all for Student Version. MATLAB Compiler is for converting .m into executables and libraries. The resulting executable is effectively a MATLAB engine in itself. Many parts of MATLAB can be converted via the MATLAB Compiler, but not everything. The performance of .m processed through MATLAB Compiler is almost exactly the same as running the files through MATLAB. This is not something you would use for performance improvements: it is something you use for bundling .m projects into one piece.
  2 件のコメント
Elisabeth
Elisabeth 2013 年 1 月 30 日
Hi Walter, can the Matlab compiler generate standalone C codes?
Arnab De
Arnab De 2013 年 2 月 2 日
No, MATLAB Compiler cannot generate standalone C code. You need MATLAB Coder to generate standalone C code from MATLAB code.

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

その他の回答 (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