Posts Tagged ‘char’
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
Tags: cell, char, Class Precedence and MATLAB Path, Classesdouble, Concatenating Objects of Different Classes, Determining Which Method Is Invoked, function_handle, Inferior, InferiorClasses, int16, int32, int64, int8, logical, matlab, single, struct, uint16, uint32, uint64, uint8, Working with Meta-Classes
Importing MAT-Files
April 14th, 2010 No Comments Posted in Documents
Viewing the Contents of a MAT-File
MAT-files are binary MATLAB format files that store workspace variables. Read More