Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于创建关于轴的螺旋的查询。一般来说,我们使用下面的代码创建一个关于垂直轴的螺旋线
t = 0:pi/50:20*pi; st = sin(t); ct = cos(t); plot3(st,ct,t)
是否可以围绕曲线创建螺旋线,如下图所示?如果是的话,你能告诉我如何在代码中实现它吗?
关于曲线的螺旋 - 图像在下面找到
提前致谢