How do I extract points from a plot for further computation?
显示 更早的评论
I have this set of points: (time, voltage). I plotted the data and now I need to pick 2 time points between which I need to make an average of voltage values. I tried using this:
[x,y] = ginput(2)
But it is not getting me time in the x vector. Any suggestion? Thank you for your time and help!
2 个评论
Matthew Eicholtz
2017-10-12
What is it giving you in the x vector? I just tried it and got what I expected from ginput.
Andreia dos Santos
2017-10-12
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


