How to plot horizontal line with waveform like the green line in the photo
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How i plot like the green line in the photo
0 comentarios
Respuestas (1)
Mathieu NOE
el 19 de Mzo. de 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 comentarios
Mathieu NOE
el 19 de Mzo. de 2021
something like
plot(xData,yData,'b',xData,my_value*ones(length(xData)),'g')
Ver también
Categorías
Más información sobre Spectral Measurements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!