Difference between revisions of "OO Programming in Matlab"
From SUMOwiki
Jump to navigationJump to search(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | We strongly advice potential developers to read the Matlab documentation on object oriented programming thoroughly, even if you are already familiar with an OO language. | |
− | |||
− | |||
A good starting point is the tutorial available [http://www.mathworks.com/company/newsletters/digest/2008/mar/matlab_oop.html here]. | A good starting point is the tutorial available [http://www.mathworks.com/company/newsletters/digest/2008/mar/matlab_oop.html here]. | ||
− | |||
− | |||
A starting point for Object Oriented Programming in general [http://en.wikipedia.org/wiki/Object_oriented can be found here]. | A starting point for Object Oriented Programming in general [http://en.wikipedia.org/wiki/Object_oriented can be found here]. |
Latest revision as of 19:26, 29 September 2009
We strongly advice potential developers to read the Matlab documentation on object oriented programming thoroughly, even if you are already familiar with an OO language. A good starting point is the tutorial available here.
A starting point for Object Oriented Programming in general can be found here.