Question
Material Thickness of wall [in] Material cost [$/ft^3] Miscellaneous Construction Materials $ Labor Cost $/week Number of Laborers Number of weeks of construction Concrete 12
Material | Thickness of wall [in] | Material cost [$/ft^3] | Miscellaneous Construction Materials $ | Labor Cost $/week | Number of Laborers | Number of weeks of construction |
Concrete | 12 | 30 | 85000 | 900 | 4 | 4 |
Wood | 18 | 50 | 100000 | 800 | 12 | 10 |
adobe | 15 | 42 | 55000 | 600 | 4 | 5 |
The program should use a menu listing three material options: Concrete, Wood, or Adobe , pulled from the cell array. You may NOT hardcode or use an if statement/switch statement to retrieve these names. This menu should automatically change should the cell array be altered as to the number and types of materials
The program should set the total surface are a of the wall to be 3000 square feet.
The program should then calculate the total cost of construction considering all costs above, in appropriate units. You should use this total as your fixed cost.
Note: In all your calculations, your numbers should be able to automatically adjust should more materials be added to the cell array. No credit will be given to hardcoded values or the use of if statements/switch statements.
The program that you create will then perform the rest of the Breakeven Analysis for the single construction option specified by the user . Each option has a specific amount of variable costs that are listed later in this document (under the Options to Consider section) . These variable costs should be entered as user-inputs rather than hardcoded or entered into the cell array above.They must be free for m input by the user (should the costs change in the near future). The inputs are listed below:
The program should now ask the user to enter the following information relating to the operational (variable) costs , operational schedule, and number of years for the analysis
:o Energy cost [$/week]
o Labor cost [$/week]
o Landfill cost [$/week]
o Maintenance cost [$/week]
o Number of weeks per year the zoo will operate
o Number of years the analysis should include (this is INDEPENDENT of the construction time. Your analysis at time zero should be OPENING DAY)
The program should finally ask the user to e nter the zoos anticipated public interest and donations , which will be used to calculate revenue :
o Price of admission per person [$/person]
o Number of people per week that will visit the zoo
o Expected donations per week [$/week]
The program should conduct a breakeven analysis using these steps:
Determine the total fixed costs in constructing the enclosure considering material costs, miscellaneous costs, and labor costs
Determine the total variable cost of operating the enclosure per week.
Determine the total cost to operate the entered construction option for the number of years requested by the user (the time does NOT include construction time)
.The total cost vector should be calculated for the number of years requested , where each column is a year.
Determine the total revenue for the number of years requested by the user. The total revenue vector should be calculated for the number of years requested, where each column is a year.
The calculation should include the donations
Determine the total profit for the number of years requested by the user.The total profit vector should be calculated for the number of years requested, where each column is a year.
The program should now
determine the breakeven point in months. This should be accomplished by creating a mathematical formula to express the breakeven point as a function of cost. The program should also, at the request of the zoo, determine how much of a one-time donation it would take to breakeven at the end of 4 months. You may assume that none of the given options will break even in 4 months. You may assume that there are 4.2 weeks per month (approximately 30 days ).
Summary of Results
In the program, first,summarize the results in a manner similar to the following in the Command Window:
Material: Concrete
Operating ## weeks per year will generate per year:
Revenue: $####
Cost:$####
The breakeven time is ##.## months
The total profit after ## years is $#.###e+##.
The operating weeks, revenue, cost , and years should be displayed with no decimal places , the breakeven time should be displayed with two decimals, and the total profit
should be displayed in exponential notation with three decimal places . The material name should change according to the users material choice. In addition, the lines should be shown using tabs to indent from the left margin as shown. Second, a statement, such as bolded below, should summarize your programs findings for the amount of the one-time donation
necessary to breakeven in four months.It will take a one-time donation of $#####.## to breakeven in four months.
Finally, your program should create two figures:
The program should generate a proper plot with the number of years on the abscissa , and the revenue and total cost on the ordinate for the construction option. This figure should also include a large point on the line to indicate the found breakeven point.
The program should generate an additional proper plot (in a separate figure window) to display the profit of the construction choice with respect to time in years . This figure should also include a large point on the line to indicate the found breakeven point.
Can someone help me with this please ?. this using MATLAB to code.
Step 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