Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB Engineers use both English and SI (Systeme International dUnites) units on a regular basis. Some fields use primarily one or the other, but many

image text in transcribed

MATLAB

Engineers use both English and SI (Systeme International dUnites) units on a regular basis. Some fields use primarily one or the other, but many combine the two systems. For example, the rate of energy input to a steam power plant from burning fossil fuels is usually measured in Btu/hour. However, the electricity produced by the same plant is usually measured in joules/s (watts). Automobile engines, by contrast, are often rated in horsepower or in ft lbf/s. Here are some conversion factors relating these different power measurements: 1 kW = 342.14 Btu/h = 737.56 ft lbf/s 1 hp = 550 ft lbf/s = 2544.5 Btu/h 1-Ask user to enter the minimum and maximum kilowatt values. In nested for loops, get one random number at a time between the minimum and maximum kilowatt values and save it into the 4x3 matrix using indexing. p.334 Convert kw to btu/h, hp, and ft lbf/s. You now have four 4x3 matrices. Print a conversion table as shown below for kw to btu/h, hp, and ft lbf/s without using a loop. 2-Find the kilowatt values in the matrix that are within a standard deviation on either side of the overall kilowatt average in the 4x3 matrix. Use find not a loop or if. Print a conversion table as shown below for kw to btu/h, hp, and ft lbf/s for kilowatt values from the between kilowatt average standard deviation using the result of the find without using a loop.Above is what we are supposed to get for as output

Output: Enter the minimum kW: 15 Enter the maximum kW: 120 Blank line Power Conversion Table Center title over columns Blank line Btu/hr hP ft lbf/s kW Column headers over numbers 100.5 343077.0 134.8 74158.7 110.9 378421.6 148.7 81798.7 44.2 150961.0 59.3 32631.4 USE fprintf FOR ALL OUTPUT. 116. 396877.3 156.0 85788.0 110.1 375704.4 147.7 81211.4 81.4 277740.4 109.2 60035.7 Each 4 x 3 matrix printed as a column, p.124 72.4 247115.9 97.1 53416.0 Adjust the field widths so numbers right aligned, 31.5 107 (650.9 42.3 23269.6 p.3 Ch07 fprintf input jh.pdf on Canvas 28.3 96678.3 38.0 20897.7 one decimal place 25.2 86128.4 33.8 18617.3 115.5 394232.6 154.9 85216.4 116.9 398920.9 156.8 86229.8 Blank line Power conversion of kW between average+/-standard deviation Btu/hr hP ft lbf/s kW Column headers over numbers 100.5 343077.0 134.8 74158. Numbers right aligned with one decimal place 110.9 378421.6 148 81798.7 44.2 150961.0 59.3 32631.4 116. 396877.3 156.0 85788.0 110.1 375704.4 147.7 81211.4 81.4 277740.4 109.2 60035.7 72.4 247115.9 97.1 53416.0 115.5 394232.6 154.9 85216.4 116.9 398920.9 156.8 86229.8

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Case Studies In Business Data Bases

Authors: James Bradley

1st Edition

0030141346, 978-0030141348

More Books

Students also viewed these Databases questions

Question

2. How were various roles filled?

Answered: 1 week ago