UIAxes - Remove Brushed Data through button click Callback.
古いコメントを表示
I have an app in app designer that containes a UIAxes in 2023a.
I currently enable the brush data function though a button click to allow user selection. Is it possible to use the "Remove Data" or "Replace with NANs" functionality that is normally accessed via a right click on the selected data, through a button click callback?
I'm unsure how to access the functionality in the code.
Thanks
8 件のコメント
Mario Malic
2023 年 9 月 4 日
I would suggest to take a look at UIFigure property called SelectedObject, it might detect a datatip object, but I am not sure.
Jordan
2023 年 9 月 6 日
Mario Malic
2023 年 9 月 6 日
Apologies, I totally misunderstood your question.
Can you please explain what you want to again?
Jordan
2023 年 9 月 6 日
Mario Malic
2023 年 9 月 6 日
So, you want to reuse the context menu option "Replace with NaNs" that operates on brush data?
Mario Malic
2023 年 9 月 6 日
Or you want to remove the brushed data without using the context menu, but using a button or something else?
Jordan
2023 年 9 月 6 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Debugging and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!