Filter löschen
Filter löschen

how to check the existence of a variable in the GUI?

1 Ansicht (letzte 30 Tage)
Manoj Kumar
Manoj Kumar am 8 Dez. 2014
Bearbeitet: Geoff Hayes am 9 Dez. 2014
Hi,
I have a GUI in which there is a variable"var1" .
I have a condition like this
if exist('variabel1','var')
Number = Edge;
else
Number = edge1;
end
. I tried but it's not working
Can you please help me in solving this. Is there any other way to do this..?
Thanks...
  1 Kommentar
Geoff Hayes
Geoff Hayes am 9 Dez. 2014
Bearbeitet: Geoff Hayes am 9 Dez. 2014
Manoj - if your variable is named var1, then why are you using variabel1 as the variable name in the call to exist? Also, please elaborate on what you mean by it's not working. Do you observe an error or..? Is this variable an input to some function or..? Please provide some context surrounding the five lines of code in your question.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Particle & Nuclear Physics finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by