Mercurial > repos > public > sbplib
view nextColor.m @ 1230:8a456f6e54cc feature/dirac_discr
Add diracDiscrCurve.m
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Tue, 19 Nov 2019 13:47:17 -0800 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end