?? get.m
字號:
function varargout =get(cdv,varargin)if nargin==1 set(cdv.gen) fprintf('l_limit\nu_limit\n')else for k=1:nargin-1 switch varargin{k} case 'l_limit' varargout{k}=cdv.l_limit; case 'u_limit' varargout{k}=cdv.u_limit; otherwise try varargout{k}=get(cdv.gen,varargin{k}); catch error(strcat('bad argument: ',varargin{k})) end end endend
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -