📄 get_att_from_properties.m
字号:
% get_att_from_properties -- Returns struct of attributes from object's properties.function s = get_att_from_properties(obj) s.WTF = obj.WTF; s.NX = obj.NX; s.NW = obj.NW; s.J0 = obj.J0; s.NChan = obj.NChan; s.Boundary = obj.Boundary; s.Aligned = obj.Aligned; s.RetainedVJ = obj.RetainedVJ;return
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -