How can i ameliorate this curve ?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi
How can i ameliorate the curve power_R to obtain the nice figure ?
0 件のコメント
回答 (1 件)
Image Analyst
2017 年 2 月 1 日
Interpolate in more points with interp1(), then use conv() or sgolayfilt() to smooth the signal.
3 件のコメント
Image Analyst
2017 年 2 月 2 日
You forgot to supply the data for R_matrix and P_out so I can't run your code. Make it easy for me to help you, not hard.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!