Need Help with MATLAB Question!
The goal is to write a triangle geometry calculator!!
Write a script/function that does the following:
*Prompts a user for three of inputs, allowing them to specify the angles, sides, or any valid combination angles and sides of a triangle.
*Outputs the three lengths and three angles of the triangle labeled.
*Please make sure to error check the users input, and display an informative message. (i.e. three angle inputs should not be valid since you cannot compute the leng of the sides.
PLEASE SHOW HOW YOU GOT IT!!!
Write a script/function that does the following:
*Prompts a user for three of inputs, allowing them to specify the angles, sides, or any valid combination angles and sides of a triangle.
*Outputs the three lengths and three angles of the triangle labeled.
*Please make sure to error check the users input, and display an informative message. (i.e. three angle inputs should not be valid since you cannot compute the leng of the sides.
PLEASE SHOW HOW YOU GOT IT!!!
0
Comments