📄 sethandles.m
字号:
function Handles = sethandles(h,field,value)%SETHANDLES% Handles = sethandles(Handles,field,value) sets the field to the % given value within the structure Handles and then saves the% structure in the current figure's USERDATA property.%% See also SETUPROPHandles = setfield(h,field,value);set(gcbf,'UserData',Handles);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -