how to plot fewer marker ?
Mostrar comentarios más antiguos

plot(VarName10, VarName9,'Marker','*','MarkerIndices',1:100:length(VarName9));
I tried this but it shows error
Error using plot
Invalid property found.
Object Name: line
Property Name: 'MarkerIndices'.
How to do that?
Thanks in advance!
Respuesta aceptada
Más respuestas (1)
Steven Lord
el 15 de Mzo. de 2019
1 voto
The MarkerIndices property was introduced in release R2016b. If you're using an older release, consider upgrading to R2016b or a later release.
1 comentario
li weilin
el 8 de Feb. de 2020
You are right! Give beer to you if you are beside me.
Categorías
Más información sobre Large Files and Big Data en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!