how to plot fewer marker ?
Show older comments

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!
Accepted Answer
More Answers (1)
Steven Lord
on 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 Comment
li weilin
on 8 Feb 2020
You are right! Give beer to you if you are beside me.
Categories
Find more on Large Files and Big Data 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!