UIAxes - Remove Brushed Data through button click Callback.
Show older comments
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 Comments
Mario Malic
on 4 Sep 2023
I would suggest to take a look at UIFigure property called SelectedObject, it might detect a datatip object, but I am not sure.
Jordan
on 6 Sep 2023
Mario Malic
on 6 Sep 2023
Apologies, I totally misunderstood your question.
Can you please explain what you want to again?
Jordan
on 6 Sep 2023
Mario Malic
on 6 Sep 2023
So, you want to reuse the context menu option "Replace with NaNs" that operates on brush data?
Mario Malic
on 6 Sep 2023
Or you want to remove the brushed data without using the context menu, but using a button or something else?
Jordan
on 6 Sep 2023
Accepted Answer
More Answers (0)
Categories
Find more on Debugging and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!