Plotting 3D regions with constraints on x,y and z.
Show older comments
Hello,
I am trying to plot 3D solid regions based on certain constraints for x,y and z. Just as an example, the region of space bounded by 0<=x<=1, 0<=y<=2, 0<=z<=3 should obviously plot a rectangular prism, but my bounds may be more complicated such as: 0<=x<=1, x^2<=y<=x, 0<=z<=x+sqrt(y) .
How might I go about tackling this sort of problem? Any help would be appreciated.
Accepted Answer
More Answers (0)
Categories
Find more on Lighting, Transparency, and Shading in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!