Tagged: where

Matlab Graphics Windows & the Figure

Figures are the windows in which MATLAB displays graphics. Figures contain menus, toolbars, user-interface objects, context menus, axes and, as axes children, all other types of graphics objects. MATLAB places no limits on the...

Implementing a Set/Get Interface for Properties

The Standard Set/Get Interface The MATLAB Handle Graphics system implements an interface based on set and get methods. These methods enable you to set or query the value of graphics object properties. The hgsetget...

Syntax Reference & Specifying Attributes

Attribute Syntax For a quick reference to all attributes, see Attribute Tables. Attributes modify the behavior of classes and class components (properties, methods, and events). Attributes enable you to define useful behaviors without writing...

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

Defining MATLAB Commands as Input Cells for Notebook

Defining Commands as Input Cells for Notebook For information about evaluating the input cells you define, see Evaluating MATLAB Commands with Notebook. To define a MATLAB command in a Word document as an input...

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