Tagged: double

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...

Why Use Object-Oriented Design

Approaches to Writing MATLAB Programs Creating software applications typically involves designing how to represent the application data and determining how to implement operations performed on that data. Procedural programs pass data to functions, which...

Adding Text Annotations to Graphs

What Are Text Annotations? Text annotations are boxes containing text strings that you compose. The box can have a border and a background, or be invisible. The text can be in any installed text...

Computational Advantages

Memory Management Using sparse matrices to store data that contains a large number of zero-valued elements can both save a significant amount of memory and speed up the processing of that data. sparse is...

matlab

Importing MAT-Files

MAT-Files Viewing the Contents of a MAT-File MAT-files are binary MATLAB format files that store workspace variables. To see the variables in a MAT-file before loading the file into your workspace, click the file...

Starting the MATLAB Program on Macintosh Platforms

Starting the MATLAB Program from the Macintosh Desktop To start the MATLAB program on Apple Macintosh platforms, double-click the MATLAB icon in the Applications folder. You can specify the current folder upon startup as...

Plotting Tools — Interactive Plotting

What Are Plotting Tools? The modular, interactive plotting environment called plotting tools enables you to Create various type of graphs Select variables to plot directly from a workspace browser Easily create and manipulate subplots...