Effacer les filtres
Effacer les filtres

Activate "View Layout Grid" and "Snap to Layout Grid" programmatically

3 vues (au cours des 30 derniers jours)
Udo Kessler
Udo Kessler le 15 Jan 2017
Commenté : Udo Kessler le 19 Jan 2017
Hey,
is there any way to activate the Functions View Layout Grid and Snap to Grid (included in the standard Tools-Menu of Matlab figures)? At least it ist possible to activate some other things like "Align", or things from the standard Toolbar like pan, zoom, plotedit - so there maybe is a way, to activate (all?) the other Functions and Helpers programmatically?
Thanks and greetings

Réponse acceptée

Wilson A N
Wilson A N le 19 Jan 2017
You can use the following command to enable the snap to grid option
snaptogrid(figureHandle,'toggleview')
For more options you can just check the snaptogrid.m file.
  1 commentaire
Udo Kessler
Udo Kessler le 19 Jan 2017
Hi,
thank you, it works fine! I can not find this command in the Matlab Help, can you tell why?
Greetings

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by