How to plot smoothing line like on excel ?

조회 수: 19 (최근 30일)
Prima Andreanto
Prima Andreanto 2020년 5월 12일
편집: KALYAN ACHARJYA 2020년 5월 12일
I have a data like this
x = [6 7 8 25 47 45 45];
y = [0.000393393 0.983481447 1.966962893 2.95044434 3.933925787...
4.917407234 5.90088868];
I want to plot this data in a smooth line, what a functions should i use ?

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2020년 5월 12일
편집: KALYAN ACHARJYA 2020년 5월 12일
I want to plot this data in a smooth line, what a functions should i use ?
smooth function
Or for more smooth you need to Interpolate data points

카테고리

Help CenterFile Exchange에서 Smoothing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by