view nextColor.m @ 859:4c7532db42cd feature/poroelastic

Add method getTimeStepQuadrature to RungeKuttaDiscreteData
author Martin Almquist <malmquist@stanford.edu>
date Wed, 03 Oct 2018 10:43:24 -0700
parents e958ed76e484
children
line wrap: on
line source

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

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