Q:

Use the cylinder function to create x, y, and z matrices and pass them to the surf function to get a surface plot. Experiment with different arguments to cylinder

0

 Use the cylinder function to create x, y, and z matrices and pass them to the surf function to get a surface plot. Experiment with different arguments to cylinder.

All Answers

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

 [x y z] = cylinder(2,30);
 surf(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