Polar surface plot in MATLAB
MATLAB does not have a polar surface plot built in. You can use a normal surface plot if you convert your polar data into Cartesian with the pol2cart command.
We also cover how to get rid of the edges on dense surface plots like this one by setting ‘edgecolor’ to ‘none’.
评论
要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。