Comment out "eventdata" with "~" in GUI
Show older comments
guide suggests replacing "eventdata" in callbacks with "~"; is this wise? If I don't do it, M-lint will always show orange!
Thanks.
Doug
Accepted Answer
More Answers (1)
Vishal Rane
on 22 Nov 2013
1 vote
You can if you are not using that variable in rest of the function. The '~' doesn't work in the older versions though( R2006b or R2007a, i believe, will chk and edit this).
Categories
Find more on Desktop in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!