how to move the graph in my gui? Please

1 次查看(过去 30 天)
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 个评论
Stephen23
Stephen23 2017-11-4
编辑:Stephen23 2017-11-4
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?

请先登录,再进行评论。

采纳的回答

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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Specifying Target for Graphics Output 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by