can we use assembly code in matlab

19 次查看(过去 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

采纳的回答

Geoff
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 个)

类别

Help CenterFile Exchange 中查找有关 Write C Functions Callable from MATLAB (MEX Files) 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by