Setting class property types – take 2
R2016a saw the addition of class property types. However, a better alternative has existed for many years.
R2016a saw the addition of class property types. However, a better alternative has existed for many years.
Matlab has a bug with handling multi-element class-access constructs. This post explains the problem and solution.
Matlab's dual internal serialization/deserialization functions can be used to create duplicates of any object.
MCOS property initialization has a documented but unexpected behavior that could cause many bugs in user code.
Simulink contains undocumented public API for access to its data dictionary functionality.
Tab completions and property access can be customized for user-created Matlab classes.
Private properties of Matlab class objects can be accessed (read and write) using some undocumented techniques.
Performance aspects of Matlab class object creation are discussed, with specific suggestions.
Handle object property access (get/set) performance can be significantly improved using dot-notation.
Matlab's class properties have a simple and effective mechanism for setting their type.