comparison nextColor.m @ 797:5cf9fdf4c98f feature/poroelastic

Merge with feature/grids and bugfix bcSetup
author Martin Almquist <malmquist@stanford.edu>
date Thu, 26 Jul 2018 10:53:05 -0700
parents e958ed76e484
children
comparison
equal deleted inserted replaced
796:aa1ed37a1b56 797:5cf9fdf4c98f
1 function c = nextColor(ah)
2 default_arg('ah', gca);
3
4 c = ah.ColorOrder(ah.ColorOrderIndex, :);
5 end