Question: Write a MATLAB program in a script file that determines the radius, r, of the largest sphere that can be inscribed inside a cone with

 Write a MATLAB program in a script file that determines the

Write a MATLAB program in a script file that determines the radius, r, of the largest sphere that can be inscribed inside a cone with base radius R and height h as, r = h 1 + (h/R)^2 + 1 For input the program asks the user to enter values for R and h. The program then calculates r rounded to the nearest tenth. For output the program displays the message: "The radius of the largest sphere that can be inscribed inside a cone with a base radius of XX in. and heights of XX in. is: XX in. "where XX are the corresponding numerical values. Use the program to determine r for a cone with R = 8 in. and h = 22 in. Use fprintf () to display the output in f format with afield width of 5 and one decimal digit You can display your output in 2 or more lines using multiple fprintf()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!