怎么用matlab编程画出一个这样的图??已知若干三维坐标!

2024-12-18 02:19:39
推荐回答(1个)
回答1:

t = 0:pi/50:10*pi;
plot3(sin(t),cos(t),t)
grid on
axis square