Are there xdata and ydata properties for fill command?

1 Ansicht (letzte 30 Tage)
Ali
Ali am 2 Dez. 2014
Kommentiert: Azzi Abdelmalek am 2 Dez. 2014
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

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 2 Dez. 2014
x=[0 10 10 5 0 ]
y=[0 0 2 1 2 ]
h=fill(x,y,'r')
get(h,'xdata')
get(h,'ydata')
  2 Kommentare
Ali
Ali am 2 Dez. 2014
Thank you but how can I use it to set my xdata and ydata for fill?
Azzi Abdelmalek
Azzi Abdelmalek am 2 Dez. 2014
y=[0 0 2 5 2 ] % change y for example
set(h,'ydata',y)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by