Object property "access" can only be "public", "protected", or "private" but some DagNN methods pass meta-classes which is only supported starting with R2012a.
This might be fixed by changing the meta-class accesses to public.
DagNN inherits from matlab.mixin.Copyable which was added in R2011a.
This might be fixed by including code to replace the Copyable class. Ideas here.
Incompatabilites found so far are:
Object property "access" can only be "public", "protected", or "private" but some DagNN methods pass meta-classes which is only supported starting with R2012a.
DagNN inherits from matlab.mixin.Copyable which was added in R2011a.