Activate "View Layout Grid" and "Snap to Layout Grid" programmatically
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Udo Kessler
il 15 Gen 2017
Commentato: Udo Kessler
il 19 Gen 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
0 Commenti
Risposta accettata
Wilson A N
il 19 Gen 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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Install Products in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!