We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
首页
发现
帮助
News
注册
登录
doi
/
NHP-pRF
派生自
ChrisKlink/NHP-pRF
DOI
10.12751/g-node.2j01af
关注
1
点赞
0
派生
0
文件
目录树:
d33f1bf829
分支列表
标签列表
git-annex
master
synced/git-annex
synced/master
10.12751/g-node.2j01af
NHP-pRF
/
Toolboxes
/
chronux
/
locfit
/
m
/
hatmatrix.m
hatmatrix.m
103 B
文件历史
Download
1
2
3
4
5
6
function z=hatmatrix(varargin)
fit = locfit(varargin{:},'module','hatm');
z = lfknots(fit)';
return;