MATLAB: Constant properties in classes

constant properties in classesoop

Hi,
is it possible to define a constant property in a class which depends on other constant properties in the same class?
Would that also be correct?
thank you for your answer in advance!

Best Answer

Yes, constant properties can be calculated from other constant properties. It's the first example in the doc actually.