MATLAB: How to have all the menus and options of a figure window when I plot a function since a GUI

axesguiguideMATLABplotplottingwindow

I'm making a program with a GUI and I need to plot some functions, but I want to plot it in different windows and I want that those windows have all the menus and options that has the ones when you plot the function since the command window like zoom in, zoom out, save figure, file, edit, view and else.
I have plotted it but the menus doesn't appear.
I hope you can help me to do that.

Best Answer

Use plottools(),figurepalette(), plotbrowser(), and propertyeditor()