How can i ameliorate this curve ?

2 Ansichten (letzte 30 Tage)
Mallouli Marwa
Mallouli Marwa am 1 Feb. 2017
Kommentiert: Mallouli Marwa am 2 Feb. 2017
Hi
How can i ameliorate the curve power_R to obtain the nice figure ?

Antworten (1)

Image Analyst
Image Analyst am 1 Feb. 2017
Interpolate in more points with interp1(), then use conv() or sgolayfilt() to smooth the signal.
  3 Kommentare
Image Analyst
Image Analyst am 2 Feb. 2017
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 am 2 Feb. 2017
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];

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Smoothing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by