We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Domů
Procházet
Nápověda
News
Registrovat se
Přihlásit se
GRamosT
/
off-motion-receptive-fields
DOI
10.12751/g-node.qeeyfz
Sledovat
1
Oblíbit
0
Rozštěpit
1
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
35a32125d1
Větve
Značky
git-annex
master
synced/git-annex
synced/master
off-motion-r...
/
plotting
/
getONOFFXYColors.m
getONOFFXYColors.m
103 B
Historie
Download
1
2
3
4
function colors = getONOFFXYColors
colors = brewermap(4, 'BrBG');
colors = colors([4 3 1 2], :);
end