Closed StefanRickli closed 7 years ago
Will not make v5 backward compatible for earlier Matlab releases, but I checked on ANP v4.0 and it seems to be the latest release to support R2014b.
Will have to check R2016a though.
Confirmed that R2016a works with the basic usage examples after fixing a small incompatibility (type 'string' is unsupported as property type validation).
The new object oriented version doesn't work anymore with Matlab R2014b.
It seems that class restriction of properties is a feature of R2016a and higher. http://ch.mathworks.com/help/releases/R2016a/matlab/matlab_oop/restrict-class-of-properties.html
Documentation of earlier Matlab releases don't contain the above chapter.