Graphics |
 |
Graphics
MATLAB® provides many graphics functions that allow you to create 2-D plots of your data. This collection includes the following topics.
- Overview of MATLAB Graphics - describes plot editing mode and the Property Editor.
- Basic Plotting - describes how to plot vector and matrix data in 2-D representations.
- Formatting Graphs - describes how to customize the format of a plot to help explain your data. This section includes information about adding labels, titles, and annotations to a plot.
- Creating Specialized Plots - describes how to create bar graphs, histograms, and contour plots.
- Basic Printing and Exporting - describes frequently used ways to print or export a MATLAB figure, and explains the basic printing and exporting interfaces.
- Handle Graphics® Objects - introduces MATLAB's graphics objects and properties.
- Figure Properties - discusses the features that are implemented with figure properties.
- Axes Properties - discusses the features that are implemented with axes properties.
Related Information
These other collections provide additional information about plotting.
- 3-D Visualization describes how to use views and lighting to achieve more complex graphic effects than can be achieved using the basic plotting functions.
- Creating GUIs describes how to include menus, push buttons, text boxes, and other user interface objects in MATLAB applications.
| Overview of MATLAB Graphics | |