MATLAB Matlab: Defining X/Y Label & Axis for Multiple Figures

  • Thread starter Thread starter py_engineer
  • Start date Start date
  • Tags Tags
    Matlab
AI Thread Summary
It is not possible to define xlabel, ylabel, and axis settings for multiple figures in a single command in MATLAB. Each figure requires its own labels to be set individually. To manage this more efficiently, it is recommended to save a handle for each figure, allowing for easier updates to the labels at a later time.
py_engineer
Messages
11
Reaction score
0
Hi,

If I have several figures defined in my m-file (figure(1),... figure(10)), is it possible to define at the end the xlabel, ylabel, and axis to be applied to all figures? Or do I have to define these for each figure separately?

Thanks!
 
Physics news on Phys.org
I think you have to apply the labels to each figure. Save a handle of each figure if you want to added the labels at later times.
 

Similar threads

Replies
8
Views
2K
Replies
5
Views
2K
Replies
4
Views
1K
Replies
3
Views
3K
Replies
10
Views
3K
Replies
5
Views
2K
Back
Top