Which files exactly i need to use for my project from the files generated by AUTOCODE??

3 ビュー (過去 30 日間)
Dileepa B S
Dileepa B S 2020 年 2 月 3 日
コメント済み: Dileepa B S 2020 年 2 月 4 日
I Gnerated a autocode for one simulink model and its an the .zip file. When i unpacked the zip file more files are there inside a unpacked folder.
FYI: html folder
buildinfo.mat
defines.txt
rtw_types.h
ert_main.c
SOC_Main.h
SOC_Main.c
SOC_Main_private.h
SOC_Main_types.h
I Need to use the generated code to another IDE not in MATLAB environment. Please suggest me out of these files which files i need to pick to include in my project.
Can I pick only .c and .h file to include in my project in another IDE??

回答 (2 件)

Qiancheng Zhou
Qiancheng Zhou 2020 年 2 月 3 日
編集済み: Qiancheng Zhou 2020 年 2 月 3 日
Add all the .c and .h files, except ert_mian.c, to your project in other IDE.

Sivakumar Selvam
Sivakumar Selvam 2020 年 2 月 4 日
Create a new project in that IDE, include all the ".c" and ".h" files in your project except ert_main.c. Instead of ert_main.c, created your own main file and execute the code as per your application requirements.

コミュニティ

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by