Specifying Class Precedence

April 23rd, 2010 No Comments   Posted in Documents

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 are inferior to the class you are defining. For example, the following classdef declares that myClass is dominant over class1 and class2. Read More

Defining MATLAB Commands as Input Cells for Notebook

April 13th, 2010 No Comments   Posted in Documents

Defining Commands as Input Cells for Notebook

For information about evaluating the input cells you define, see Evaluating MATLAB Commands with Notebook. Read More