Get data from plotted figure?
1 次查看(过去 30 天)
显示 更早的评论
I attached a plotted fig that plotted by method. How can I get data from traction effort(y axis) and speed (x axis) and represent it in Excel?
1 个评论
Image Analyst
2018-8-11
Didn't you plot it? So you should already have the x and y data, right? So then simply use xlswrite().
采纳的回答
Walter Roberson
2018-8-11
Look in the File Exchange for tag:digitize
5 个评论
Walter Roberson
2018-8-14
Use the Add On Explore to install some of the File Exchange contributions you find from the above link, and try them out.
The plots are pretty simple; you could probably pretty much read them off by eye. If you want to try for higher resolution, try Image Analyst's code at https://www.mathworks.com/matlabcentral/answers/130306-how-do-i-find-the-distance-between-two-pixel-co-ordinates#answer_137530 to calibrate according to the grid lines and then to use the results to measure more precisely where the lines are.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!