Hi, I want to plot exp(-x) which is e^-x, and revolve it around x=-5 in order to get a 3D solid that looks like a cooling tower of nuclear power plants. However the limit of y values should be from 1 to 200 which the height of the tower. How can I do that?
One more question. If you don't mind, could you please plot 2D graph of it as shown in the picture that I uploaded along with the original question. Thank you!
Experiment with the view call to get the result you want:
view(90,25)
In the figure GUI, in the Tools drop-down menu, click on Rotate 3D. You can then use the mouse to rotate the figure until you get it the way you want it. The azimuth and elevation appear in the lower left corner of the figure GUI as you do this. Copy those as arguments to the view function to define those as your preferred view.
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
0 Comments
Sign in to comment.