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

  • Context: MATLAB 
  • Thread starter Thread starter py_engineer
  • Start date Start date
  • Tags Tags
    Matlab
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
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.