Community Profile

photo

EvilDrW


Last seen: 3 years ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • First Answer

View badges

Feeds

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 ...

6 years 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),',')

8 years ago | 8