Calculate the area of geometry
40 ビュー (過去 30 日間)
古いコメントを表示
I have a difficult problem and I need help, "Write a function to calculate the area and perimeter of shapes: triangle, rectangle, circle?"
回答 (3 件)
Walter Roberson
2022 年 9 月 30 日
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.
参考
カテゴリ
Help Center および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!