How do I have to implement a matlab code on an embedded system eg. Arm 9?

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)

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

Unfortunately I have not used any of the Coder products myself, only tried to learn from the documentation and from the various postings.
I am searching a way to convert the m file into hex file to run it on a hardware.
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

Sign in to comment.

Asked:

on 23 Dec 2011

Community Treasure Hunt

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

Start Hunting!