?? conventionalbfparam1cb.m
字號:
%conventionalBFParam1cb%% This is a callback function for the first parameter in the conventional beamforming block.% Disable the parameter field for taperParam if taperType is chosen to 'uniform'tempCell=get_param(gcb,'MaskValues');taperType=tempCell{4};set_param(gcb,'MaskEnables',{'on','on','on','on','on','on'});switch(taperType) case 'uniform' set_param(gcb,'MaskVisibilities',{'on','on','on','on','off','off'}); case 'cheby' set_param(gcb,'MaskVisibilities',{'on','on','on','on','on','off'}); case 'taylor' set_param(gcb,'MaskVisibilities',{'on','on','on','on','on','on'}); end %switch
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -