is microcontroller (P89v51RD2) programming is programming could be done using Matlab Embedded system toolbox ? Is this Matlab code can be converted into HEX File which can be burn into Microcontroller Chip?

I want to work in Matlab Embedded Toolbox.So i want to know that this Matlab code can be converted into HEX File which can be burn into Microcontroller Chip?

回答 (1 件)

Kaustubha Govind
Kaustubha Govind 2011 年 6 月 13 日
MATLAB Coder can be used to generate standalone C/C++ code from MATLAB code. Note however that your code must conform to the MATLAB Language subset supported for code generation.
Once you have used MATLAB Code to generate generic C/C++ code, it can be deployed to any platform provided that the platform provides C/C++ compilers. You will need to compile this code using the appropriate tools to convert it to a hex file.

カテゴリ

ヘルプ センター および File ExchangeMATLAB Coder についてさらに検索

製品

質問済み:

2011 年 6 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by