Friday, May 24, 2013

Getting start with Matlab OOP

http://www.mathworks.com/help/matlab/matlab_oop/developing-classes--typical-workflow.html

difference between

properties (Constant)

can be access as independent variable or function directly.

properties (GetAccess = 'public', SetAccess = 'private')

can only be access outside class through another class

No comments:

Post a Comment