The perimeter, approximate surface area, the approximate volume of an in ground pool are given by the following formula: Perimeter = 2(length + width) Volume = length * width * average depth...


The perimeter, approximate surface area, the approximate volume of an in ground<br>pool are given by the following formula:<br>Perimeter = 2(length + width)<br>Volume = length * width * average depth<br>Underground surface area = 2(length + width) average depth + length * width<br>Using these formula as a basis, write a MATLAB program that accepts the length,<br>width and average depth measurements, and then calculates the perimeter, volume,<br>and underground surface area of the pool.<br>following two calculations immediately after the input data has been entered: length<br>*width and length + width.<br>used, as appropriate, I n the assignments statements for determining the perimeter,<br>volume, and underground surface area without recalculating them for each equation.<br>Verify the results of your program by doing a hand calculation using the following test<br>data: length equals 25 feet, width equals 15 feet, and average depth equals 5.5 feet.<br>When you have verified that your program is working, use it to complete the following<br>table:<br>Problem Statement:<br>In writing your program, make the<br>The results of these two calculations should then be<br>Underground<br>Surface Area<br>Length<br>Width<br>Depth<br>Perimeter<br>Volume<br>25<br>10<br>5.0<br>25<br>10<br>5.5<br>30<br>5.5<br>30<br>5.0<br>30<br>12<br>O5505n<br>55556.<br>OO222<br>

Extracted text: The perimeter, approximate surface area, the approximate volume of an in ground pool are given by the following formula: Perimeter = 2(length + width) Volume = length * width * average depth Underground surface area = 2(length + width) average depth + length * width Using these formula as a basis, write a MATLAB program that accepts the length, width and average depth measurements, and then calculates the perimeter, volume, and underground surface area of the pool. following two calculations immediately after the input data has been entered: length *width and length + width. used, as appropriate, I n the assignments statements for determining the perimeter, volume, and underground surface area without recalculating them for each equation. Verify the results of your program by doing a hand calculation using the following test data: length equals 25 feet, width equals 15 feet, and average depth equals 5.5 feet. When you have verified that your program is working, use it to complete the following table: Problem Statement: In writing your program, make the The results of these two calculations should then be Underground Surface Area Length Width Depth Perimeter Volume 25 10 5.0 25 10 5.5 30 5.5 30 5.0 30 12 O5505n 55556. OO222

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here