How can i ameliorate this curve ?

1 vue (au cours des 30 derniers jours)
Mallouli Marwa
Mallouli Marwa le 1 Fév 2017
Commenté : Mallouli Marwa le 2 Fév 2017
Hi
How can i ameliorate the curve power_R to obtain the nice figure ?

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Smoothing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by