Borrar filtros
Borrar filtros

can we use assembly code in matlab

8 visualizaciones (últimos 30 días)
mahendra kumar
mahendra kumar el 12 de Abr. de 2012
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

Respuesta aceptada

Geoff
Geoff el 12 de Abr. de 2012
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:

Más respuestas (0)

Categorías

Más información sobre Write C Functions Callable from MATLAB (MEX Files) en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by