How do I have to implement a matlab code on an embedded system eg. Arm 9?
Show older comments
I have written a code in matlab for an image processing application involving a web camera. I wish to implement that code on hardware and make an embedded system. Suppose I have to implement my code on ARM9, how can I proceed?
Answers (1)
Walter Roberson
on 23 Dec 2011
0 votes
Please see http://www.mathworks.com/matlabcentral/answers/24281-need-some-help-regarding-embedded-systems
Also, you may wish to consider using the Embedded Coder product, which does support ARM9; this product requires one of the other Coder as a base.
3 Comments
Walter Roberson
on 26 Dec 2011
Unfortunately I have not used any of the Coder products myself, only tried to learn from the documentation and from the various postings.
Anand Dumbre
on 26 Dec 2011
Walter Roberson
on 26 Dec 2011
This demo might be of interest to you:
http://www.mathworks.com/products/demos/rtwembedded/STR9_final_multi/index.html
It appears the general method is to link to an IDE that supports the processor. The command-line tool to trigger loading the file to the processor is shown at http://www.mathworks.com/help/toolbox/ecoder/ref/load.html
Categories
Find more on Image and Video Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!