How to connect the next set of points with a smooth line/curve?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone, I'm trying to smooth the next set of points:
x=[0 25 26 65 66 100 101 286 285 250 249 220 221 311];
y=[160 161 25 26 161 162 201 200 115 114 75 74 24 15];
But I can't do it I've been trying with many codes that I found in Matlab answers but nothing works. Please help :c
댓글 수: 0
답변 (1개)
Reshma Nerella
2020년 10월 29일
Hi,
The follwing link might help you : https://www.mathworks.com/matlabcentral/answers/371211-how-to-create-a-smooth-curve-through-data-points
댓글 수: 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!