Answers for "matlab how to set figure size so you can see plot"

0

matlab how to set figure size so you can see plot

h1=figure(1);
plot(t,y)
set(h1,'Position',[10 10 500 500])
Posted by: Guest on April-09-2021

Browse Popular Code Answers by Language