matlab 两个球面三维图合并于同一坐标系

clc;clear R1=3; %球半径 n1=30; %网格大小=[n/2+2,n+1]; theta1 = (-n1:2:n1)/n1*pi; phi1 = ([0,0:2:n1])'/n1*pi/2; cosphi1 = cos(phi1);  cosphi1(1) = 0;  cosphi1(end) = 0; sintheta1 = sin(theta1);  sintheta1(1)
相关文章
相关标签/搜索