We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Accueil
Explorer
Aide
News
S'inscrire
Connexion
ChrisKlink
/
NHP-pRF
DOI
10.12751/g-node.2j01af
Suivre
1
Voter
0
Fork
1
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
d5e3878da3
Branches
Tags
git-annex
master
synced/git-annex
synced/master
NHP-pRF
/
Toolboxes
/
chronux
/
locfit
/
m
/
hatmatrix.m
hatmatrix.m
103 B
Historique
Download
1
2
3
4
5
6
function z=hatmatrix(varargin)
fit = locfit(varargin{:},'module','hatm');
z = lfknots(fit)';
return;