Mercurial > repos > public > sbplib
view nextColor.m @ 893:7ea4b6de59d9
Add a stuffStruct(), the reverse of dealStruct()
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 22 Nov 2018 07:27:11 +0100 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end