Matlab已达到最大递归限制500,导致无法正常运行,哪位大佬帮忙改一下?
cFigure;%Openfigureforplotting%Definingtriangulatedgeodesicdomeswithdifferentdensitie...
cFigure; % Open figure for plotting
%Defining triangulated geodesic domes with different densities
r=1; %sphere radius
n=0:1:3; %Refinements
pColor=gjet(numel(n));
for q=1:1:numel(n)
[F,V,~]=geoSphere(n(q),r);
subplot(2,2,q);hold on;
title([num2str(n(q)), 'refinement iterations'], 'FontSize', fontSize);
gptach(F,V,pColors(q,:));
%patchNormPlot(F,V);
camlight headlight;
axisGeom(gca, fontSize);
end
drawnow; 展开
%Defining triangulated geodesic domes with different densities
r=1; %sphere radius
n=0:1:3; %Refinements
pColor=gjet(numel(n));
for q=1:1:numel(n)
[F,V,~]=geoSphere(n(q),r);
subplot(2,2,q);hold on;
title([num2str(n(q)), 'refinement iterations'], 'FontSize', fontSize);
gptach(F,V,pColors(q,:));
%patchNormPlot(F,V);
camlight headlight;
axisGeom(gca, fontSize);
end
drawnow; 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询