linear fit in plot
10 ビュー (過去 30 日間)
古いコメントを表示
I can't get to add a linear fit line,
This is my code ma and me can be ignored it is for the other plots,

and this the graph i get, i just need to have a linear fit added into it!

0 件のコメント
採用された回答
Image Analyst
2020 年 11 月 26 日
Add this:
hold on;
plot(x, curve, 'b-', 'LineWidth', 3);
その他の回答 (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!