Add markers for stairs() plot, specified amount of makers

3 views (last 30 days)
Plotting various data which looks more presentable using the stairs() function.
The data has a lot of samples 1000+ for a 10 second duration. I'd like to add a specific amount of markers as a function of the number of samples.
I understand 'MarkerIndices', 1: length(variable)/20:length(variable)) would give me 20 markers if I were to use a generic plot - however this does not work with the 'stairs' function. Is there a workaround ?

Answers (1)

Star Strider
Star Strider on 29 Oct 2020
Ths stairs funciton will courteously tell what it did if asked. See Create a Stairstep Plot using plot Function.

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!