Display only borders for axes plotting
이전 댓글 표시
I want to display an image in Matlab GUI. For GUI reset state, how do I keep only a rectangular border for axes while removing all the ticks, grids, etc. Need black border and white color inside the rectangle.
답변 (1개)
Walter Roberson
2016년 3월 11일
0 개 추천
You can set the XTick and YTick and ZTick properties to be empty, and set Grid off.
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!