Tracking a point in a graph
4 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to write a general condition statement which could grab the values marked with an arrow in the attachement. This is a point where the graph starts to decrease.
The reason for writing a general condition (some logic, like when data starts to decrease at a faster rate corresponding x-axix value at that particular point (where the curve starts to decrease) is fetched and store in a table) is that I have similar data for -1V to -39V as you could see this data is for -40V. Finally I need to fetch the value on the y-axis to be stored to a table (like in this case that value is 4.41eV). This value might shift to a different x axis value for other datas (-1 to -39V), thats the reason I want to track it. I have also attached a file which shows multiple data as I am mentioning (-1to-39V) for the reference.
I would really appreciate if I could get some help on this.
Thanks in advance
Darpan
0 个评论
采纳的回答
KSSV
2019-3-8
YOu can use the concept maxima and minima....you may refer here: https://in.mathworks.com/matlabcentral/answers/37103-finding-turning-points-of-a-dataset
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!