From: Husam Aldahiyat on 8 Mar 2010 15:37 "Sahra winter" <sahra18040(a)gmail.com> wrote in message <hn3foi$q9p$1(a)fred.mathworks.com>... > Does anyone know how to resize an axes according to it's parent figure's size? > > thanks in advance >>handle = gca; >> set(handle,'position',[x,y,w,l]) x,y,w,l are numbers between 0 and 1, relative to the parent figure. 0 means the lower left corner, and 1 means the upper right one.
|
Pages: 1 Prev: multiple for loop/index Next: how do I get a longer simulation time |