Is it possible to use figure capabilities in axes on a GUI?
3 views (last 30 days)
Show older comments
Hi all,
When I create a figure and plot some 3d graph I can use figure capabilities like 'Rotate 3D','Pan','Zoom in','Zoom out' and more. When I create axes inside a GUI (using GUIDE) and I plot the same graph I don't have these capabilities. Is it possible to include some of them for the axes in the GUI?
if not - is it possible to activate a callback function when, say, double clicking the plot in the GUI so I can code the creation of an additional figure in that callback function?
Thanks, Alon
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots 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!