Calculate the area of geometry
40 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a difficult problem and I need help, "Write a function to calculate the area and perimeter of shapes: triangle, rectangle, circle?"
2 comentarios
Respuestas (3)
Walter Roberson
el 30 de Sept. de 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.
Ver también
Categorías
Más información sobre Lighting, Transparency, and Shading en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!