Tagged: Working with Meta-Classes

Finding Handle Objects and Properties

Finding Handle Objects The findobj method enables you to locate handle objects that meet certain conditions. function HM = findobj(H,) The findobj method returns an array of handles matching the conditions specified. Finding Handle...

Specifying Class Precedence

InferiorClasses Attribute You can specify the relative precedence of user-defined classes using the class InferiorClasses attribute. Assign a cell array of class names (represented as meta.class objects) to this attribute to specify classes that...

Matlab Class Overview

MATLAB User-Defined Classes A MATLAB class definition is a template whose purpose is to provide a description of all the elements that are common to all instances of the class. Class members are the...