Answers for "change matlab defult plot line color"

1

matlab color order

>> get(gca,'colororder')

ans =

         0         0    1.0000
         0    0.5000         0
    1.0000         0         0
         0    0.7500    0.7500
    0.7500         0    0.7500
    0.7500    0.7500         0
    0.2500    0.2500    0.2500
Posted by: Guest on May-18-2020

Browse Popular Code Answers by Language