in this figure i have the curve and i want to now x(piont) and y(piont)

 採用された回答

Takumi
Takumi 2020 年 7 月 19 日

0 投票

l=findobj(gca,'Type','Line');
x=l.XData;
y=l.YData;

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImage Processing Toolbox についてさらに検索

質問済み:

2020 年 7 月 19 日

回答済み:

2020 年 7 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by