From: BOO Mathilde on
Hello,

I am trying to update a GUI created with Matlab 2006b to make it work on Matlab 2010 on a Linux machine.
The code works from versions 2006a to 2008a, but starting from version 2008b, I get the following error message:

??? Invalid handle object
Error in ==> graphics.linkprop.linkprop>
localUpdate at 156
set(hlist(ind), propname, propval);


This message doesn't refer to any line number from the code I am trying to update. Nevertheless, I found that this error appears for the following line:
set(handles.image,'CData',data.data)

The handle "handles.image" was created using findobj and a Tag was applied to it using set.
Did someone already get the same message ?

Thank you very much for your help,