|
This
is
a video demonstration on how to change the labels along the
x-axis
on a Matlab plot. Even though this example has to do with bar graphics,
it can also be applied to any other type of Matlab plot. Function ‘set’
is used like this:
set(H,
'PropertyName', PropertyValue) sets the value of the specified
property for the graphics object with handle H.
|