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!