how to plot fewer marker ?
Afficher commentaires plus anciens

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!
Réponse acceptée
Plus de réponses (1)
Steven Lord
le 15 Mar 2019
1 vote
The MarkerIndices property was introduced in release R2016b. If you're using an older release, consider upgrading to R2016b or a later release.
1 commentaire
li weilin
le 8 Fév 2020
You are right! Give beer to you if you are beside me.
Catégories
En savoir plus sur Large Files and Big Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!