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)
相關文章
相關標籤/搜索