how to plot fewer marker ?
이전 댓글 표시

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!
채택된 답변
추가 답변 (1개)
Steven Lord
2019년 3월 15일
1 개 추천
The MarkerIndices property was introduced in release R2016b. If you're using an older release, consider upgrading to R2016b or a later release.
댓글 수: 1
li weilin
2020년 2월 8일
You are right! Give beer to you if you are beside me.
카테고리
도움말 센터 및 File Exchange에서 Large Files and Big Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!