From: Etienne on
HI Folks

I have a mex file that calls the properties from an object. Some properties are however hidden to the public. I cannot seem to access these properties from the mex file that is calling them either? Any ideas woiuld be useful, thank you.

Etienne
From: James Tursa on
"Etienne" <etienne.coetzee(a)airbus.com> wrote in message <hlof7q$p8t$1(a)fred.mathworks.com>...
> HI Folks
>
> I have a mex file that calls the properties from an object. Some properties are however hidden to the public. I cannot seem to access these properties from the mex file that is calling them either? Any ideas woiuld be useful, thank you.
>
> Etienne

They are not public properties ... you are not supposed to access them. I think your only option is to make them public if you want to access them.

James Tursa