필터 지우기
필터 지우기

can we use assembly code in matlab

조회 수: 13 (최근 30일)
mahendra kumar
mahendra kumar 2012년 4월 12일
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