From: Husam Aldahiyat on
"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.