How do I change figure mode programmatically?

My figure has the rotate/zoom tool selected, and I wish to deselect it programmatically. How can I do this?

 Accepted Answer

peaks %Select interactive mode of choice
zoom off %deselect it
rotate3d off

2 Comments

Great, thanks.
pan off
to turn off the pan tool too.
Also:
brush off %data brushing
datacursormode off %datacursormode

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!