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 で Grid Lines, Tick Values, and Labels についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!