how do I plot different polyfit(x,y,5) onto the same graph?
조회 수: 3 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
KSSV
2020년 12월 9일
Use hold on. Or save them into a matrix and plot. Read about plot, hold on.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!