pan uiaxes appdesigner coding for pre and post callback behaviour
1 回表示 (過去 30 日間)
古いコメントを表示
I can enable the pan mode in uiaxes via this line of code:
pan(app.UIAxes,'on');
but it throws error when i want to run the Example 5 — Coding Pre- and Post-Callback Behavior from the pan documentation.
h = pan(app.UIAxes,'on');
h.ActionPreCallback = @myprecallback;
h.ActionPostCallback = @mypostcallback;
h.Enable = 'on';
Any callback workaround for this or uiaxes have no access for callback in appdesigner?
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!