matlab在三维图中怎样画圆,求高手帮忙!!!!!

2024-11-07 14:29:01
有1个网友回答
网友(1):

圆:
h=1; % 高度
t=0:0.1:(2*pi);
t=[t,0];
plot3(20+sin(t),70+cos(t), h*ones(size(t)))