Declaring a global variable

hello guys i need to declare and define a global variable X1 to 0 in a gui callback and i need to use this variable and its value 0 in another callback function.how do i do this.pls help

답변 (1개)

William
William 2012년 2월 10일

1 개 추천

global X1 = 0 % use all caps for global
I would advise against using global variables as they can be difficult to debug sometimes. Just my 2 cents

카테고리

도움말 센터File Exchange에서 App Building에 대해 자세히 알아보기

질문:

2012년 2월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by