Is Matlab coder available in R2010a?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Is Matlab coder available in R2010a? if so, how can I open it? if no, any suggestion how to convert my code into C++ on r2010a.
0 Kommentare
Akzeptierte Antwort
Ryan Livingston
am 12 Mär. 2013
I'm not sure if the GUI project interface was available but the commandline functionality was there in the commands:
emlc
emlmex
You can have a look at:
doc emlcoder
for other functions.
2 Kommentare
Walter Roberson
am 12 Mär. 2013
This was the "Embedded MATLAB" product; http://www.mathworks.com/company/newsletters/news_notes/2009/matlab-embedded-c.html . I do not think it is exactly the same as MATLAB Coder; see the current product http://www.mathworks.com/products/embedded-coder/
Weitere Antworten (1)
Walter Roberson
am 12 Mär. 2013
The product "MATLAB Coder" was introduced in R2011a. http://www.mathworks.com/videos/r2011a-matlab-coder-69516.html
0 Kommentare
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!