how do I plot different polyfit(x,y,5) onto the same graph?
이전 댓글 표시
I have 12 different ployfit(x,y,5) functions and I want to put them onto a single graph. how can I write my code?
답변 (1개)
KSSV
2020년 12월 9일
0 개 추천
Use hold on. Or save them into a matrix and plot. Read about plot, hold on.
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!