smoothing plots from data
1 回表示 (過去 30 日間)
古いコメントを表示
im trying to plot some data "smoothed" out. when i use the below code it is still un-smoothed. How do i improve the smoothing?
plot(x1,p7,x1,px,'r','Linesmoothing','on');
0 件のコメント
採用された回答
Grzegorz Knor
2013 年 9 月 10 日
編集済み: Grzegorz Knor
2013 年 9 月 10 日
Are you sure that you want use anti-aliasing? Linesmoothing is an undocumented feature.
You can use the smooth function to smooth your data:
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Smoothing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!