How to plot horizontal line with waveform like the green line in the photo
3 ビュー (過去 30 日間)
古いコメントを表示
How i plot like the green line in the photo
0 件のコメント
回答 (1 件)
Mathieu NOE
2021 年 3 月 19 日
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 件のコメント
Mathieu NOE
2021 年 3 月 19 日
something like
plot(xData,yData,'b',xData,my_value*ones(length(xData)),'g')
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!