?? atas.m
字號:
function atas(gambar)
x=get(0,'screensize');
satuan=get(0,'units');
set(gambar,'units',satuan);
fig=get(gambar,'position');
posisi(1)=(x(3)-fig(3))/2;
% posisi(2)=(x(4)-fig(4))/2;
posisi(2)=x(4)-35-fig(4);
posisi(3)=fig(3);
posisi(4)=fig(4);
set(gambar,'position',posisi)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -