matlab cara mengatur ukuran angka sehingga Anda dapat melihat plot
h1=figure(1);
plot(t,y)
set(h1,'Position',[10 10 500 500])
Flyhouse_Squarewheel
h1=figure(1);
plot(t,y)
set(h1,'Position',[10 10 500 500])