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')
2 个评论
更多回答(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!