Community Profile

photo

EvilDrW


Last seen: meer dan 2 jaar ago Active since 2015

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

Answered
RGB values for 2014b default colors
you want the command "lines"... lineColors = lines(8) the methods above that use get(gca, 'ColorOrder') seem ...

meer dan 6 jaar ago | 0

Answered
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),',')

meer dan 8 jaar ago | 8