How can I make a plot depicting concentric cut-sphere and hemispheres defined by three equations (given)?

1 view (last 30 days)
I need to write the sequence of MATLAB commands that I would use to produce a plot depicting the concentric cut-sphere and hemispheres defined by the following three equations:
x^2 + y^2 + z^2 = 1 for -0.75 <= z <= 0.75
x^2 + y^2 + z^2 = 4 for z <= 0
x^2 + y^2 + z^2 = 9 for z <= 0
The 3 surfaces are to be displayed on a single plot.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!