MATLAB: How do you hide axes on a uiaxes in App Designer

app designeraxesplotting

I am trying to display an animation made up of few rectangles in an app. I would like to achieve the equivalent of
axis off
in a uiaxes plot in my app. How can this be achieved?

Best Answer

axis(app.UIAxes,'off')