![]() |
| Script Fig_Ax.m | |||
|
|||
|
h1=figure('color',[.5 .5 .5])
h2=axes('color',[1 1 1]) %% pos1=get(gcf,'position') unit1=get(gcf,'units') pos2=get(gca,'position') unit2=get(gca,'units') set(gcf,'position',[100 200 400 400]) set(gcf,'color',[.5 .5 .5]) set(gca,'position',[0.2 0.2 0.6 0.7]) set(gca,'color',[1 1 1]) |
|||
| Back | |||