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)))