フィルターのクリア

convert from m file to c file

1 回表示 (過去 30 日間)
reez all
reez all 2012 年 3 月 27 日
hi everyone, i have some problem. can matlab coder convert matlab script into c coding??
thank you..

採用された回答

Walter Roberson
Walter Roberson 2012 年 3 月 27 日
I am not certain that MATLAB Coder can convert MATLAB script files. Perhaps it can in R2012A, but not (as far as I know) in previous versions. Instead it needed MATLAB function files, not scripts.
Note: there are a lot of restrictions as to what code can be generated for. For example no cell arrays.
  1 件のコメント
reez all
reez all 2012 年 3 月 28 日
That the main problem i am facing now. i have separate my code to be a few function how ever i have to defined the variable of my function. i really do not understand it.

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

その他の回答 (1 件)

hardik
hardik 2012 年 3 月 27 日
yes matlab can convert. u can save the m-file into different format. or when u save ur mfile later on u can just right click and select open with c program. should be very easy.
  1 件のコメント
reez all
reez all 2012 年 3 月 28 日
i'm very interested to know more about what you just said. can you tell me more on how to to save the m-file into different format??

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

カテゴリ

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