Is there a good way to check if the caller’s workspace is the underlying workspace?
I think I could easily use the assignin
or evalin
functions to assign something to the base workspace, and then check to see if this variable has been changed or assigned to the caller's workspace, but it looks like a hack.
Juhl source share