Hello everyone, how can I plot the following six curves on a graph? More importantly, compare the similarity of the six curves.
조회 수: 2 (최근 30일)
이전 댓글 표시
code:
load jizuobiao1.mat
f = fit(THETA1,RHO1,'smoothingspline','SmoothingParam',0.99);
plot(f,THETA1,RHO1)
댓글 수: 0
답변 (1개)
KSSV
2021년 1월 8일
Read about hold on to plot all the curves in a single plot...you can give legend ti differentiate the each curve. To get similiarity you can use corr.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!