フィルターのクリア

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 Center および File ExchangeDeploy 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