Are there xdata and ydata properties for fill command?
4 ビュー (過去 30 日間)
古いコメントを表示
Are there xdata and ydata properties for fill command? If not what is suitable to change their x and y components because i want to set them. Thanks
0 件のコメント
採用された回答
Azzi Abdelmalek
2014 年 12 月 2 日
x=[0 10 10 5 0 ]
y=[0 0 2 1 2 ]
h=fill(x,y,'r')
get(h,'xdata')
get(h,'ydata')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Scope Variables and Generate Names についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!