How to write Matlab Code for Microcontroller (such as 8051, PIC) and convert them into HEX code such that it can be burn on the microcontroller ?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am a newbie i m doing project on microcontroller so i want to write the codes for microcontroller on MATLAB and use it on the microcontroller. Please help me....
0 Kommentare
Antworten (2)
Kaustubha Govind
am 15 Aug. 2012
You can use the MATLAB Coder product to generate standalone C code from your MATLAB code, and then use the tool-chain specific to your hardware to convert the C code to binary code. Note that not all MATLAB functions are supported for code-generation. Please see MATLAB Language Subset for Code Generation.
10 Kommentare
Walter Roberson
am 11 Sep. 2013
MATLAB Coder, an optional product, can convert some subsets of MATLAB to ANSI C code. There is no version of MATLAB that can convert MATLAB to C without using MATLAB Coder (or, on very early releases, MATLAB Compiler, but these days that is not what the modern MATLAB Compiler does.)
Sachin Verma
am 6 Okt. 2016
Hii , i convert code to c from matlab simulink model. How to specify pin fuction in sumulink model of matlab generated code to do task. like adc input pin or output pin.
1 Kommentar
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!