Clear Filters
Clear Filters

how to move the graph in my gui? Please

1 view (last 30 days)
I mean that in my guide I have a graph, I want the user can in the case of two dimensions zoom out or get closer to the graph, in the case of 3 dimensions that can rotate the graph, what do I have to do? please
  1 Comment
Stephen23
Stephen23 on 4 Nov 2017
Edited: Stephen23 on 4 Nov 2017
By default MATLAB axes let the user do these actions: the figure toolbar has buttons for zooming and rotation, amongst other things. Why can't the they just use those?

Sign in to comment.

Accepted Answer

Rik
Rik on 4 Nov 2017
You can enable the menu bar, or use the underlying callbacks in your own callbacks. (e.g. with rotate3d)
  2 Comments
Erwin Avendaño
Erwin Avendaño on 5 Nov 2017
thanks to one that I wanted for 2 dimensions will serve me for 3 dimensions
Rik
Rik on 5 Nov 2017
I'm afraid I don't understand your sentence, which makes it difficult to help you.

Sign in to comment.

More Answers (0)

Categories

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!