Mercurial > hg > mauch-mirex-2010
annotate _FullBNT/KPMtools/myplot.m @ 9:4ea6619cb3f5 tip
removed log files
author | matthiasm |
---|---|
date | Fri, 11 Apr 2014 15:55:11 +0100 |
parents | b5b38998ef3b |
children |
rev | line source |
---|---|
matthiasm@8 | 1 colors = ['r' 'b' 'k' 'g' 'c' 'y' 'm' ... |
matthiasm@8 | 2 'r' 'b' 'k' 'g' 'c' 'y' 'm']; |
matthiasm@8 | 3 symbols = ['o' 'x' 's' '>' '<' '^' 'v' ... |
matthiasm@8 | 4 '*' 'p' 'h' '+' 'd' 'o' 'x']; |
matthiasm@8 | 5 for i=1:length(colors) |
matthiasm@8 | 6 styles{i} = sprintf('-%s%s', colors(i), symbols(i)); |
matthiasm@8 | 7 end |