Using same figure properties (e.g. current axes) onto new ones
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Vasileios Leivadas
am 19 Okt. 2019
Kommentiert: Vasileios Leivadas
am 20 Okt. 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 Kommentare
Akzeptierte Antwort
Sulaymon Eshkabilov
am 19 Okt. 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!