matthiasm@8: colors = ['r' 'b' 'k' 'g' 'c' 'y' 'm' ... matthiasm@8: 'r' 'b' 'k' 'g' 'c' 'y' 'm']; matthiasm@8: symbols = ['o' 'x' 's' '>' '<' '^' 'v' ... matthiasm@8: '*' 'p' 'h' '+' 'd' 'o' 'x']; matthiasm@8: for i=1:length(colors) matthiasm@8: styles{i} = sprintf('-%s%s', colors(i), symbols(i)); matthiasm@8: end