Surface with three parameters that is a,b,c.

a is from 0 to 0.1, b is from 0 to 1.5 and c is from 0 to 0.2. i am trying to draw a surface in which a as x-axis, b as y-axis and c as z-axis. Anyone guide me how to draw this type of surface? Thanks

2 Comments

Draw what type of surface? All I see is that it has three parameters with certain parameter ranges. Is it just a rectangular prism? Is it something else?
yes it is somehow box type.

Sign in to comment.

 Accepted Answer

KSSV
KSSV on 30 May 2022
You need to provide the coordinates of each vertex and then use patch.

2 Comments

how to fill colors in the sepcific portion of shapes.
In that case, pick each surface and use patch, fill with your desired color.

Sign in to comment.

More Answers (0)

Tags

Asked:

on 26 May 2022

Commented:

on 30 May 2022

Community Treasure Hunt

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

Start Hunting!