Greetings,
i am getting this type of wavy graphs while they should be smooth. i will appreciate any help.

 채택된 답변

Cris LaPierre
Cris LaPierre 2023년 8월 3일

1 개 추천

Add more points to your line to give it a smoother appearance. Compare the 2 lines below, the first with 5 data points, and the 2nd with 41.
x1 = -2:2;
x2 = -2:0.1:2;
y1 = x1.^2;
y2 = x2.^2;
plot(x1,y1,x2,y2)
legend

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

제품

릴리스

R2018a

질문:

2023년 8월 3일

댓글:

2023년 8월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by