Difference between revisions of "OO Programming in Matlab"

From SUMOwiki
Jump to navigationJump to search
Line 1: Line 1:
There are plenty of unusual and confusing aspects to Matlab object oriented programming, so we strongly advice potential developers to read the Matlab documentation on object oriented programming thoroughly.  Luckily the situation has improved somewhat with the introduction of Matlab R2008. In any case, it is recommended you do some background reading on Object Oriented (OO) programming in Matlab, even if you are already familiar with an OO language.
+
There are plenty of unusual and confusing aspects to Matlab Object Oriented (OO) programming, so we strongly advice potential developers to read the Matlab documentation on object oriented programming thoroughly.   
 +
Luckily the situation has improved somewhat with the introduction of Matlab R2008.  
  
 +
In any case, it is recommended you do some background reading on Object Oriented (OO) programming in Matlab, 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].
  
 
See also the FAQ entry concerning Matlab R2008 [[FAQ#Will_the_SUMO_Toolbox_work_with_matlab_R2008_and_later|here]].
 
See also the FAQ entry concerning Matlab R2008 [[FAQ#Will_the_SUMO_Toolbox_work_with_matlab_R2008_and_later|here]].

Revision as of 15:16, 6 June 2008

There are plenty of unusual and confusing aspects to Matlab Object Oriented (OO) programming, so we strongly advice potential developers to read the Matlab documentation on object oriented programming thoroughly. Luckily the situation has improved somewhat with the introduction of Matlab R2008.

In any case, it is recommended you do some background reading on Object Oriented (OO) programming in Matlab, even if you are already familiar with an OO language. A good starting point is the tutorial available here.

See also the FAQ entry concerning Matlab R2008 here.