📄 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 + -