4-24-5
Octave
clc clear t = linspace(0,0.2,100); x = (0.5+5*t).*sin((2*pi/3)*t).*cos(4*pi*t); y = (0.5 + 5*t).*sin((2*pi/3)*t).*sin(4*pi*t); z = (0.5+5*t).*cos((2*pi/3)*t); plot(x,y,z) grid on
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.