Feeds
已回答
RGB values for 2014b default colors
you want the command "lines"... lineColors = lines(8) the methods above that use get(gca, 'ColorOrder') seem ...
RGB values for 2014b default colors
you want the command "lines"... lineColors = lines(8) the methods above that use get(gca, 'ColorOrder') seem ...
7 years 前 | 0
已回答
How do I convert a numerical vector into a comma-delimited string?
here's another answer, but is a one liner strjoin(arrayfun(@(x) num2str(x),n,'UniformOutput',false),',')
How do I convert a numerical vector into a comma-delimited string?
here's another answer, but is a one liner strjoin(arrayfun(@(x) num2str(x),n,'UniformOutput',false),',')
9 years 前 | 8