How can draw a linear regression though a plot?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone I have to arrays f(32,302) and C(32,302) in which some of the elements of f and C are nan. i want to plot (plot(f,C)) and include linear regression (i tried polyfit(x,y,1)) but the problem is that because of nan values it returns y=nanX+nan. does anyone know how can I solve this problem?
thankyou
thank you
댓글 수: 0
채택된 답변
Walter Roberson
2018년 3월 27일
"regress treats NaN values in X or y as missing values. regress omits observations with missing values from the regression fit."
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!