Recap of the hierarchy of each plot element: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 60: Line 60:
  set(gcf(),'currentaxes',(get(gcf(),'children'))(2)) % chose the second one
  set(gcf(),'currentaxes',(get(gcf(),'children'))(2)) % chose the second one
  text(1.0,0.5,'THIS IS WHAT I WANTED')
  text(1.0,0.5,'THIS IS WHAT I WANTED')
text(1,0.5,"This is where I wanted my text");
22

edits