Large nutrient data sets - how to plot individual data not as a plotted line
1 回表示 (過去 30 日間)
古いコメントを表示
Imported nutreint data - How do I change plot line to individual symbols for each point, not as a joined-up line?
0 件のコメント
採用された回答
Sindar
2020 年 12 月 2 日
plot(x,y,'.')
will plot each data point as a point, no connection. If you'd like a different shape, see here
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Oceanography and Hydrology についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!