📄 copy_pointer.m
字号:
function dummy = copy_pointer(pp,resp)
% Private. Copies over PP properties to RESP.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.4 $ $Date: 2002/03/27 21:10:00 $
% public properties
resp.reftype = pp.reftype;
resp.referent = pp.referent;
% private properties
resp.isrecursive = pp.isrecursive;
% [EOF] copy_pointer.m
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -