Classdef: Difference between revisions

11 bytes removed ,  25 June 2015
(→‎supported: aded working properties)
Line 10: Line 10:


* build-in class as superclass  
* build-in class as superclass  
** <source lang="octave" enclose="none">classdef nonsense < uint32</source>
<source lang="octave">
classdef nonsense < uint32
 
end
</source>


* [http://www.mathworks.com/help/matlab/matlab_oop/redefining-concatenation-for-your-class.html concatenating objects] into [http://www.mathworks.com/help/matlab/matlab_oop/initialize-object-arrays.html array of objects]. Example:
* [http://www.mathworks.com/help/matlab/matlab_oop/redefining-concatenation-for-your-class.html concatenating objects] into [http://www.mathworks.com/help/matlab/matlab_oop/initialize-object-arrays.html array of objects]. Example:
39

edits