Calculate the area of geometry
40 views (last 30 days)
Show older comments
I have a difficult problem and I need help, "Write a function to calculate the area and perimeter of shapes: triangle, rectangle, circle?"
Answers (3)
Walter Roberson
on 30 Sep 2022
The first thing you need to do is decide how the user is going to represent the specific shape for calculation purposes.
- are you going to have them input coordinates of each point?
- are you going to have them input parameters such as height and width of the square, or radius of the circle?
- are you going to have them input side lengths for the triangle? Side Angle Side ? From one side and two angles https://sciencing.com/calculate-triangle-one-side-given-8464316.html ? From three angles?
- are you going to have the user draw the shape on the screen?
Once you have made the decision about representation, we can assist you in what user interface calls to make to fetch the input.
See Also
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!