can we use assembly code in matlab
7 ビュー (過去 30 日間)
古いコメントを表示
i need to interface a hardware for my program,so i hv a ready made code for the hardware to work in assembly code, so can i link this program with the matlab
0 件のコメント
採用された回答
Geoff
2012 年 4 月 12 日
You should probably try writing a MEX function in C, and embed your assembly code in there, or compile separately and link to a MEX wrapper.
Information on MEX is here:
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!