📄 setoffset.m
字号:
function setoffset(n)%SETOFFSET Set the offset panel and slider to the specified value.%% SETOFFSET(N)%% N is the value of the offset.%% Note: This function do not apply the offset to the image.% you mast call SHOWIMAGE to do so.%% Claudio 6 Oct. 1995%%% Copyright (c) 1995 by Claudio Rivetti and Mark Young% claudio@alice.uoregon.edu, mark@alice.uoregon.edu%global ed_offsetset(ed_offset, 'string', num2str(n));eval(get(ed_offset, 'callback'));return
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -