?? judd_fit.m
字號:
function y=judd_fit(d,a,eps);%function y=judd_fit(d,a,b,eps);%% Evaluate the fit to the CI at bands eps%% For more info, read README%% Michael Small% ensmall@polyu.edu.hk% 28/2/02pt=length(a);ne=length(eps);et=ones(1,ne);for i=2:pt; et=[et; eps.^(i-1)];end;y=(eps.^d).*(a*et);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -