?? get_wcf_a_snn.m
字號:
function a = get_wcf_a_snn(wcf_struct)%GET_WCF_A_SNN get output variable weights from a wcf_struct. %% Syntax%% a = get_wcf_a_snn(wcf_struct)%% wcf_struct - wcf_struct with wcf_snn parameters.% a - [NL x 1] matrix of output variable weights.%% (NL = #outputs)%if ~strcmp(get_costfcn_name_snn(wcf_struct), 'wcf_snn') error('Cost function of wcf_struct is not wcf_snn');enda = wcf_struct.a;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -