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
2011년 12월 23일
0 개 추천
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
Walter Roberson
2011년 12월 26일
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
2011년 12월 26일
Walter Roberson
2011년 12월 26일
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
카테고리
도움말 센터 및 File Exchange에서 Image and Video Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!