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!