view nextColor.m @ 1121:dd25184e71ec feature/poroelastic

Add diffOp for gradient
author Martin Almquist <malmquist@stanford.edu>
date Sat, 11 May 2019 15:11:04 -0700
parents e958ed76e484
children
line wrap: on
line source

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

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