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!