Recently I need to look at the antenna beam and show the RSS while steering the beam in various angles. The results are stored in a matrix and I'll need to surf
it. The black grids are really annoying.. To get rid of it, just assign either LineStyle
or EdgeColor
to none
.
For instance, surf(X,Y,Z,'LineStyle','none','EdgeColor','none')
.