?? setvolumerange.m
字號:
function setvolumerange% Query for a new volume range based on the sliceomatic gui% which should be GCF % Copyright 2000, 2001, 2002, 2003, 2004, 2005 The MathWorks Inc %d=getappdata(fig,'sliceomatic'); p=get(fig,'position'); np=[p(1)+20 p(2)+30 400 200]; figure('position',np); uicontrol('units','norm','style','text','string','X Range',... 'position',[0 .6 .3 .3]); uicontrol('units','norm','style','text','string','Y Range',... 'position',[0 .3 .3 .3]); uicontrol('units','norm','style','text','string','Z Range',... 'position',[0 0 .3 .3]);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -