How to plot horizontal line with waveform like the green line in the photo
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
How i plot like the green line in the photo
0 Commenti
Risposte (1)
  Mathieu NOE
      
 il 19 Mar 2021
        hi 
looks like this would be the RMS value of the signal; so you simply have to calculate that rms value and plot it with the same length as your  x vector
2 Commenti
  Mathieu NOE
      
 il 19 Mar 2021
				something like 
plot(xData,yData,'b',xData,my_value*ones(length(xData)),'g')
Vedere anche
Categorie
				Scopri di più su Spectral Measurements in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

