?? get_field.m
字號:
function val = get_params(CPD, name)% GET_PARAMS Get the parameters (fields) for a tabular_CPD object% val = get_params(CPD, name)%% The following fields can be accessed%% cpt - the CPT%% e.g., CPT = get_params(CPD, 'cpt')switch name case 'cpt', val = CPD.CPT; case 'tree', val = CPD.tree; otherwise, error(['invalid argument name ' name]);end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -