Mercurial > repos > public > sbplib
view nextColor.m @ 861:607c631f175e feature/poroelastic
Small changes to Elastic2dVariable to facilitate adjoing gradient computation.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 24 Oct 2018 16:17:32 -0700 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end