Embedded systems Omap3530evm and Dm355evm
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I am working on image and video processing applications. I write my own m-files to implement my algoritms in Matlab. I am also thinking about converting my programs into suitable codes for embedded systems specially Omap3530evm or Dm355evm. How can i realize this?
Thanks for advance...
Seydi
0 件のコメント
回答 (1 件)
Kaustubha Govind
2011 年 12 月 9 日
0 投票
You can use MATLAB Coder to convert your MATLAB code into C code, as long as you are using only the functions supported for code generation. The product generates ANSI-compliant code which can be deployed to most embedded systems.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!