How do I smooth this plot?
이전 댓글 표시
I am trying to smooth this plot in order to look like the the second attached plot. Can anyone guide me through to do so? Thank you very much in advance. { [data,T,vT]=xlsread('Yellow_Stress vs Time.xlsx')
Time = data(:,1) Stress = data(:,4)
title('Stress Relaxation Response Yellow Sample') xlabel('Time (sec)') ylabel('Stress (Pa)')
plot(Time, Stress) }

Which should look like this:

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!