We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
首页
发现
帮助
News
注册
登录
GRamosT
/
off-motion-receptive-fields
DOI
10.12751/g-node.qeeyfz
关注
1
点赞
0
派生
1
文件
工单管理
0
合并请求
0
Wiki
目录树:
35a32125d1
分支列表
标签列表
git-annex
master
synced/git-annex
synced/master
off-motion-r...
/
plotting
/
getONOFFXYColors.m
getONOFFXYColors.m
103 B
文件历史
Download
1
2
3
4
function colors = getONOFFXYColors
colors = brewermap(4, 'BrBG');
colors = colors([4 3 1 2], :);
end