Answered step by step
Verified Expert Solution
Question
1 Approved Answer
this is the only information provided 2. Write a Matlab script file that prompts the user for the price per pound of reinforcing steel (rebar)
this is the only information provided
2. Write a Matlab script file that prompts the user for the price per pound of reinforcing steel (rebar) and will output a table of the cross sectional area, weight per foot, and price per foot of reinforcing bars. The table shall be set up to provide output for the following bar sizes (#3, #4, #5, #6, #7 and #8). Note, the sizing is according to the number of eighths of an inch of the bar ie, a #3 is 3/8" diameter, a #4 is 4/8" or 12", #5 is 5/8", and so on. The density of steel is 0.284 lb/in'. Common prices for reinforcement may range from $0.50 per pound to $1.25 per pound. The program should output the following columns: Rebar size, cross sectional area (in), weight per foot (lb/ft), and cost per foot (S/ft). Copy your script file into a Microsoft Word file. 2. Write a Matlab script file that prompts the user for the price per pound of reinforcing steel (rebar) and will output a table of the cross sectional area, weight per foot, and price per foot of reinforcing bars. The table shall be set up to provide output for the following bar sizes (#3, #4, #5, #6, #7 and #8). Note, the sizing is according to the number of eighths of an inch of the bar ie, a #3 is 3/8" diameter, a #4 is 4/8" or 12", #5 is 5/8", and so on. The density of steel is 0.284 lb/in'. Common prices for reinforcement may range from $0.50 per pound to $1.25 per pound. The program should output the following columns: Rebar size, cross sectional area (in), weight per foot (lb/ft), and cost per foot (S/ft). Copy your script file into a Microsoft Word fileStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started