フィルターのクリア

I have matlab figures in .jpg file how can I export data points of the graph in excel.

1 回表示 (過去 30 日間)
Muhammad Khan
Muhammad Khan 2018 年 5 月 29 日
コメント済み: Walter Roberson 2018 年 5 月 30 日
I have matlab figures in jpg file how can I export data points of the graph in excel. I attached example can any one help.

回答 (1 件)

Image Analyst
Image Analyst 2018 年 5 月 29 日
Try using ginput() to identify endpoints of the axes, then use imfreehand() to get the coordinates of the curve, then scale them to get the calibrated points. Sorry, I don't have code for this, you'll have to write it.

カテゴリ

Help Center および File ExchangeGraphics Object Identification についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by