Mercurial > repos > public > sbplib
view nextColor.m @ 1307:fcca6ad8b102 feature/poroelastic
Add diffOp for viscoElastic
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 19 Jul 2020 20:30:16 -0700 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end