How can i ameliorate this curve ?

1 次查看(过去 30 天)
Hi
How can i ameliorate the curve power_R to obtain the nice figure ?

回答(1 个)

Image Analyst
Image Analyst 2017-2-1
Interpolate in more points with interp1(), then use conv() or sgolayfilt() to smooth the signal.
  3 个评论
Image Analyst
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.
Mallouli Marwa
Mallouli Marwa 2017-2-2
R_matrix= [100; 1e3; 10e3; 100e3; 1e6; 10e6];
P_out = [1,570e-06;1,523e-05;0,000111;0,000136;8,169e-05; 1,0594e-05];

请先登录,再进行评论。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by