 . It is expected to be pointy. You can make graph of some other function like
. It is expected to be pointy. You can make graph of some other function likecurve fitting my plot
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    random1072
 il 22 Mar 2020
  
    
    
    
    
    Commentato: Image Analyst
      
      
 il 22 Mar 2020
            trying to make my curve smooth instead of at a point. any insight will help. thank you 

0 Commenti
Risposta accettata
  Ameer Hamza
      
      
 il 22 Mar 2020
        You are making graph of  . It is expected to be pointy. You can make graph of some other function like
. It is expected to be pointy. You can make graph of some other function like
 . It is expected to be pointy. You can make graph of some other function like
. It is expected to be pointy. You can make graph of some other function likef = @(x,k) exp(-k*x.^2);
which will have smooth peak.
1 Commento
  Image Analyst
      
      
 il 22 Mar 2020
				Try smoothdata() or conv():
signal = conv(signal, ones(1, 30)/30, 'same');
This will blur it out and smooth it.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Smoothing in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


