can we use assembly code in matlab

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

 Risposta accettata

Geoff
Geoff il 12 Apr 2012

0 voti

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:

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by