Q:

Experiment with the comet3 function: try the example given when help comet3 is entered and then animate your own function using comet3

0

Experiment with the comet3 function: try the example given when help comet3 is entered and then animate your own function using comet3.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

theta = linspace(0,12*pi,1000);
 x = exp(-theta/(4*pi)).*cos(theta);
 y = exp(-theta/(4*pi)).*sin(theta);
 z = theta/(4*pi);
 comet3(x,y,z)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now