Day

August 10, 2015
Matlab structures are awesome! However, the dynamically typed and function-based nature of the language makes some object-oriented fundamentals a bit unintuitive (especially with a background in other OOP languages: C++, Java, C#, Python, etc). Hereโ€™s a workaround that simulates structure constructors and makes OOP in Matlab feel a bit more familiar. UPDATE: Matlab class definitions...
Read More