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?

답변 (1개)

Walter Roberson
Walter Roberson 2011년 12월 23일

0 개 추천

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

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

댓글을 달려면 로그인하십시오.

질문:

2011년 12월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by