From: Ahmad on
Hmmm ... somehow using a handle class has zero effect on replaceVars(). I still don't know what I'm doing wrong?

To clarify, if this C/C++, I would be looking for a deepcopy in replaceVars().


thanks,

"us " <us(a)neurol.unizh.ch> wrote in message <i0aq6c$960$1(a)fred.mathworks.com>...
> "Ahmad" <ahmad.humyn(a)gmail.com> wrote in message <i0apc5$e9g$1(a)fred.mathworks.com>...
> > I was wondering how can I replace all object properties with ones retrieved from a file. Lets say I have the following class:
> >
> > classdef Test
>
> a hint:
> - try your code after adding...
>
> classdef test < hgsetget
> ...
>
> us