Mode identification on a Graph.
古いコメントを表示
Hello everyone,
I am a beginner with MATLAB and i need some assistance. I need to produce a graph similar to this one attached. I want to include the vertical dotted lines and the labelling on the graph (HF, IF, AND Trend). My question is how to I do this, I only know that this will need some threshold.
Thanks.
3 件のコメント
Clayton Gotberg
2021 年 4 月 24 日
Can you include any code you already have for making a chart like this? Additionally, do you need to be able to generate the dotted lines and region labels as part of the program (do you need to analyze the points to find the regions?) or do you already know where the dotted lines and regions should be?
In the meantime, take a look at the text function and the labelpoints package in the File Exchange. Also, note that you can plot dashed lines with plot(x,y,'--').
mpho bosupeng
2021 年 4 月 24 日
編集済み: mpho bosupeng
2021 年 4 月 24 日
Adam Danz
2021 年 4 月 24 日
You can also add the vertical lines using xline()
> I need to analyze the points to find the regions
Ok, let us know exactly what you need help with.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で 2-D and 3-D Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!