guide callback function

1 view (last 30 days)
kush
kush on 11 Apr 2012
how to use a veriable from one matlab callback function into another
i am defining veriable 'key' in func
'function scramblekey_Callback(hObject, eventdata, handles)'
& want to use it into func
'function embedwatermark_Callback(hObject, eventdata, handles)'

Answers (1)

Walter Roberson
Walter Roberson on 11 Apr 2012
  5 Comments
Jan
Jan on 11 Apr 2012
A typo: "uidata" => "guidata".
Walter Roberson
Walter Roberson on 11 Apr 2012
Yes, sorry. guidata() is correct.

Sign in to comment.

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!