Graphics | ![]() ![]() |
Using Functions to Edit Graphs
If you prefer to work from the MATLAB command line or if you are creating an M-file, you can use MATLAB commands to edit the graphs you create. Taking advantage of MATLAB's Handle Graphics system, you can use the set
and get
commands to change the properties of the objects in a graph.
The MATLAB figure window supports a point-and-click style editing mode that you can use to customize the appearance of your graph. This section describes how to start plot edit mode and perform basic editing tasks, including:
![]() | Interactive Plot Editing | Starting Plot Edit Mode | ![]() |