📄 copy_enum.m
字号:
function resp = copy_enum(en,resp)
% Private. Copies over EN properties to RESP.
% Copyright 2002 The MathWorks, Inc.
% $Revision: 1.3 $ $Date: 2002/03/27 21:09:56 $
% public properties
resp.label = en.label;
resp.value = en.value;
resp.wordsize = en.wordsize;
resp.size = en.size;
resp.endianness = en.endianness;
resp.arrayorder = en.arrayorder;
resp.prepad = en.prepad;
resp.postpad = en.postpad;
resp.represent = en.represent;
resp.binarypt = en.binarypt;
resp.storageunitspervalue = en.storageunitspervalue;
% private properties
% - none -
% [EOF] copy_enum.m
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -