how to plot fewer marker ?
Mostra commenti meno recenti

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!
Risposta accettata
Più risposte (1)
Steven Lord
il 15 Mar 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 Commento
li weilin
il 8 Feb 2020
You are right! Give beer to you if you are beside me.
Categorie
Scopri di più su Large Files and Big Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!