フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to overload the builtin addlistener function?

1 回表示 (過去 30 日間)
Tmfu Vh
Tmfu Vh 2019 年 7 月 28 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
function H=addlistener( hSource,EventName,Callback )
H=builtin('addlistener',hSource,char(EventName),Callback);
end
I want to overload the builtin function to have it support string EventName. But MATLAB just doesn't call my function, still using the builtin one. What is the right way?

回答 (0 件)

この質問は閉じられています。

製品


リリース

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by