How to delete a line from UIAxes using plotedit in the menu bar with app designer.
Show older comments
Hi,
I want to edit a line from UIAxes using plotedit in the menu bar with app designer. I used callback "Plot_editMenuSelected" But it is not working.
function Plot_editMenuSelected(app, event)
plotedit(app.UIAxes,'on')
end
Can someone please tell me solution?
Thanks
1 Comment
Ashutosh Thakur
on 24 Jul 2024
It is very difficult to know what is the core issue without access to the complete codebase. Can you try to upload MLAPP as well?
Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer 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!