MATLAB: How to change UIAxes Initial appearance

app designerappearanceuiaxes

I am using R2017b App Designer.
When I drag an UIAxes component into the canvas, the Appearance of the Axes Properties at the right corner only allow me to change the grid and box, and color. I want to remove the scale number on the left and bottom. The initialization code for the UIAxes component in the code view is not editable. So I can not insert command there to change its appearance. Anybody knows how to resolve this? So that once I start this app, the UIAxes will show a look I want.
Thanks in advance!

Best Answer

Hi Huayan !
You can go to Code View in App Designer and under Component Browser on the right, select the UIAxes component. On selecting the UIAxes component you will find Axes Properties dialog box below where you can edit your desired property.
Related Question