From: Walter Roberson on
aashay vanarase wrote:
> how do i use matrices i made in one push button callback func in the
> callback of another push button..
> i thought a global matrix was created and was accessible anywhere in the
> m files... but thats not the case

'global' needs to be used in each routine that wishes to have access to the
global variable.