Using same figure properties (e.g. current axes) onto new ones
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Vasileios Leivadas
le 19 Oct 2019
Commenté : Vasileios Leivadas
le 20 Oct 2019
I was wondering how am I able with a short script or few lines of code to copy some figure's properties and be able to use them on new ones. There are few similar questions around the Central but they seem either to be outdated or too complicated. Any suggestions would be much appreciated!
0 commentaires
Réponse acceptée
Sulaymon Eshkabilov
le 19 Oct 2019
hi,
An easy way is to create/generate (MATLAB automatically) a plot building file from your already created plot figure via File --> Generate a code --> after a few seconds you will get a file (untitled.m) that you'll rename and use it by its default axis settings.
Good luck.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Creating, Deleting, and Querying Graphics Objects dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!