view nextColor.m @ 1208:7f427275bc9c feature/poroelastic

Merge heads
author Martin Almquist <malmquist@stanford.edu>
date Fri, 20 Sep 2019 15:00:19 -0700
parents e958ed76e484
children
line wrap: on
line source

function c = nextColor(ah)
    default_arg('ah', gca);

    c = ah.ColorOrder(ah.ColorOrderIndex, :);
end