All GUI components Callback
functions have function might not be used
warning.
I know it sound silly for most of programmers to care about such silly warnings when code is running okay, but I wonder why matlab emit such a warning although the function is called when the button is clicked, or whatever component Callback event happens.
Can anyone here explain how to fix this warning? or why this even happens?
Hint: I am using Matlab R2011a
, if it differ for one version to another.