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!