Perform the following exercises in MATLAB. Follow the required filenames for each activity. Create a pseudo-code/flowchart* and program for the problems below: 1. Write a program that will calculate...


Perform the following exercises in MATLAB. Follow the required filenames for each activity.


Create a pseudo-code/flowchart* and program for the problems below:









1.Write a program that will calculate thearea andvolume of a cylinder when the radius and height are unknown. The program will ask the user to enter radius (r) and height (h) then calls a local function to calculate the area (A) and volume (V). Display the result of the calculation. Use the formula below for the area and volume. Save program asLE9-1.mand flowchart/pseudo-code asLE9-1.png orLE9-1.txt.

Perform the following exercises in MATLAB. Follow the required filenames for each activity.<br>Create a pseudo-code/flowchart* and program for the problems below:<br>1. Write a program that will calculate the area and volume of a cylinder when the radius and height are<br>unknown. The program will ask the user to enter radius (r) and height (h) then calls a local function to<br>calculate the area (A) and volume (V). Display the result of the calculation. Use the formula below for<br>the area and volume. Save program as LE9-1.m and flowchart/pseudo-code as LE9-1.png or LE9-1.txt.<br>A = 2rrh + 2rr2<br>V = Tr²h<br>

Extracted text: Perform the following exercises in MATLAB. Follow the required filenames for each activity. Create a pseudo-code/flowchart* and program for the problems below: 1. Write a program that will calculate the area and volume of a cylinder when the radius and height are unknown. The program will ask the user to enter radius (r) and height (h) then calls a local function to calculate the area (A) and volume (V). Display the result of the calculation. Use the formula below for the area and volume. Save program as LE9-1.m and flowchart/pseudo-code as LE9-1.png or LE9-1.txt. A = 2rrh + 2rr2 V = Tr²h

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here