필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Manoj Kumar
Manoj Kumar 2014년 12월 8일
편집: Geoff Hayes 2014년 12월 9일
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
Geoff Hayes
Geoff Hayes 2014년 12월 9일
편집: Geoff Hayes 2014년 12월 9일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by