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)
下の画像に示すように、曲線の周りにらせんを作成することは可能ですか? はいの場合、これをコードに実装する方法を教えてください。
曲線のらせん - イメージは以下にあります
前もって感謝します