matlab how to set figure size so you can see plot

238

matlab how to set figure size so you can see plot -

h1=figure(1);
plot(t,y)
set(h1,'Position',[10 10 500 500])

Comments

Submit
0 Comments