DSPRelated.com
Forums

global variables

Started by "samira.khodadadi" August 22, 2009
hello
im using some callbacks in my gui project,
in the first callback i type:
global m;
m=....
but in the secend callback it wont recognize m either
i use global m; or not.
haw can i solve it?
regards
please declarethe variable as global m; in all the places youare using.This maysolve your problem.

Regards,

Dileep.D

________________________________
From: samira.khodadadi
To: m...
Sent: Friday, August 21, 2009 8:36:21 PM
Subject: [matlab] global variables


hello
im using some callbacks in my gui project,
in the first callback i type:
global m;
m=....
but in the secend callback it wont recognize m either
i use global m; or not.
haw can i solve it?
regards