can we burn directly matlab programming into PIC without using micro-C language

can we burn directly matlab programming into PIC without using micro-C language

2 件のコメント

mohammed abukhamies
mohammed abukhamies 2013 年 4 月 8 日
may we write a matlab code then convert it to a C code then to burn it on PIC micro controller
Walter Roberson
Walter Roberson 2013 年 4 月 8 日
Yes, following the answer Kaustubha gave.
Note: Student Edition licenses cannot use MATLAB Coder, not even as an add-on. You need an Academic or Professional license to use MATLAB Coder. The Professional license version of MATLAB Coder costs approximately $US6500 if I recall correctly.

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

回答 (2 件)

Kaustubha Govind
Kaustubha Govind 2012 年 2 月 28 日

3 投票

Almost all embedded processors only provide compiler tools that convert C code to the appropriate binary format. Unless the vendor for your PIC provides a compiler that converts MATLAB code to a binary directly (as far as I know, there is no hardware that provides this), you have to convert MATLAB code to C (either manually, or using MATLAB Coder) and then compile that C code using the vendor tools.

2 件のコメント

Walter Roberson
Walter Roberson 2012 年 2 月 28 日
There are no tools to generate processor-dependent machine language right from MATLAB, and there are no processor which are able to run MATLAB directly.
tegguer mustapha
tegguer mustapha 2015 年 4 月 21 日
hi please answer i use Arduino FIST: MATLAB Fuzzy Inference System to Arduino C Converter but that code not work with me whi please answer i need that

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

nur
nur 2012 年 2 月 29 日

0 投票

from MATLAB model can convert to c????

2 件のコメント

TAB
TAB 2012 年 2 月 29 日
MATLAB model ????
From simulink models you can generate c-code by using *Simulink Coder* (previously RealTime Workshop) and *Embedded coder*.
Kaustubha Govind
Kaustubha Govind 2012 年 2 月 29 日
And for MATLAB code, you can use MATLAB Coder as I already mentioned in my answer.

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

カテゴリ

ヘルプ センター および File ExchangeDeployment, Integration, and Supported Hardware についてさらに検索

製品

タグ

質問済み:

nur
2012 年 2 月 28 日

コメント済み:

2015 年 4 月 21 日

Community Treasure Hunt

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

Start Hunting!

Translated by