Page 1 of 1

II. Three-dimensional Plots 6. Write a MATLAB program that will plot the curve traced by the functions: x(0) = 6 COS(O),

Posted: Wed May 11, 2022 9:25 pm
by answerhappygod
Ii Three Dimensional Plots 6 Write A Matlab Program That Will Plot The Curve Traced By The Functions X 0 6 Cos O 1
Ii Three Dimensional Plots 6 Write A Matlab Program That Will Plot The Curve Traced By The Functions X 0 6 Cos O 1 (100.97 KiB) Viewed 35 times
use matlab. thanks.
II. Three-dimensional Plots 6. Write a MATLAB program that will plot the curve traced by the functions: x(0) = 6 COS(O),y(0) = -6vā sin(Q), and z(O) = -6sin (O) for the angle range 050<2a radians. This is a linear 3D parametric plot. The plot should have an appropriate title and axis labels. 7. Write a MATLAB program that will generate a surface plot of f(x. y) = 4 for the range - 2.0<x< 2.0 and - 3.0 sys 3.0. The plot should have an appropriate title and axis labels. 8. Write a MATLAB program that will generate a surface plot of the mass of a conic surface. The conic surface is defined by z = 2/x2 + y2 for 0.55754 and the mass is related to z by m = 6-2. The plot should have an appropriate title and axis labels. This problem is best solved using cylindrical polar coordinates (r, 8, z) rather than rectangular coordinates (x, y, z) for the underlying grid. Use z and 0 for creating the initial grid, a grid for can then be computed from the z and grids, grids for x and y can be computed from the rande grids, and m can be computed from z grid. Plot m versus and x and y for the surface plot.