MATLAB Hide Axis | Delft Stack May 13, 2021 · In the above figure, we can’t see any axis ticks and labels because of the axis off command, although you can see in the code labels are added to the plot. Hide the Axis Ticks and Labels From a Plot Using the set() Function in MATLAB. If you want to hide either the axis ticks or the axis labels, you can use the set() function in MATLAB. For ...