How do I change figure mode programmatically?

1 view (last 30 days)
My figure has the rotate/zoom tool selected, and I wish to deselect it programmatically. How can I do this?

Accepted Answer

Sean de Wolski
Sean de Wolski on 30 Aug 2012
peaks %Select interactive mode of choice
zoom off %deselect it
rotate3d off
  2 Comments
Oliver Woodford
Oliver Woodford on 31 Aug 2012
Great, thanks.
pan off
to turn off the pan tool too.
Sean de Wolski
Sean de Wolski on 31 Aug 2012
Also:
brush off %data brushing
datacursormode off %datacursormode

Sign in to comment.

More Answers (0)

Categories

Find more on Visual Exploration 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!