Mercurial > repos > public > sbplib
view nextColor.m @ 1080:753de514ae77 feature/poroelastic
Add H_1D to LaplaceCurvilinearNewCorner
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 03 Mar 2019 15:00:42 -0800 |
parents | e958ed76e484 |
children |
line wrap: on
line source
function c = nextColor(ah) default_arg('ah', gca); c = ah.ColorOrder(ah.ColorOrderIndex, :); end