필터 지우기
필터 지우기

debugging a mcc compiled function.

조회 수: 1 (최근 30일)
Kaushik
Kaushik 2012년 10월 16일
hi,
i am following the mcc example to compile a matlab function. after compiling i have a library for the simple function
function a = addmatrix(a1, a2) a = a1 + a2;
my question is there any way i can debug through the matlab function. that is can i open up the matlab editor and step through the code.
thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deploy to C++ Applications Using mwArray API (C++03)에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by