clear
close all
AngRange = deg2rad([0 180]);
RadRange = [0 2];
RD = 0:0.5:2;
axprop = {'DataAspectRatio',[1 1 1],'View', [0 90],...
'Xlim', [-2 2],'visible','off'};
load('Vq.mat')
polarplot3d(Vq,'plottype','surfn','InterpMethod','linear',...
'AngularRange',AngRange,'RadialRange',RadRange,...
'PolarDirection','cw','TickSpacing',15,...
'PolarGrid',{RD,length(RD)+1},'GridStyle',':');
set(gca,axprop{:});
ColBar = colorbar('Location','west');
6 Comments
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624001
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624001
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624003
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624003
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624485
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624485
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624494
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624494
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624495
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624495
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624504
Direct link to this comment
https://la.mathworks.com/matlabcentral/answers/424588-filling-nan-void-in-polar-plot#comment_624504
Sign in to comment.