Get rid of grid in Matlab "surf"

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').

Leave a comment

Your email address will not be published. Required fields are marked *