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!