Azzera filtri
Azzera filtri

specify lines

1 visualizzazione (ultimi 30 giorni)
Zahra Arj
Zahra Arj il 7 Ott 2011
I want to specify some lines so that I can assign a number to them and change the numbers.#And I want to know that when we write for example h=line(x,y) matlab will refer a number to it.Is this number unique? by which logic is it refers them?

Risposta accettata

Fangjun Jiang
Fangjun Jiang il 7 Ott 2011
The number returned for h when you run h=line(x,y) is called handle. The number is unique and may not be the same when run run it this time and next time. It is a unique ID.
Search for handle graphics in documentation for more details.
  1 Commento
Zahra Arj
Zahra Arj il 7 Ott 2011
thank you very much
:)

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Graphics Object Identification in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by