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!