How to delete a line from UIAxes using plotedit in the menu bar with app designer.
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?
ThanksHi,
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 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 app designer, plotedit, uiaxes, menu MATLAB Answers — New Questions