We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Axuda
News
Rexistro
Iniciar sesión
JEELAB
/
Mouse-threat-and-escape-CBRAIN
DOI
10.12751/g-node.2q1eh7
Seguir
2
Destacar
1
Fork
1
Ficheiros
Pull Requests
0
Árbore:
7672943cb7
Ramas
Etiquetas
git-annex
master
synced/git-annex
synced/master
Mouse-threat...
/
subfunc
/
findIdx.m
findIdx.m
98 B
Histórico
Download
1
2
3
function idx = findIdx(roi,range)
idx = max(find(range<=roi(1)))+1:max(find(range<=roi(2)));
end