Are there xdata and ydata properties for fill command?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Ali
il 2 Dic 2014
Commentato: Azzi Abdelmalek
il 2 Dic 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
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 2 Dic 2014
x=[0 10 10 5 0 ]
y=[0 0 2 1 2 ]
h=fill(x,y,'r')
get(h,'xdata')
get(h,'ydata')
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Scope Variables and Generate Names in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!