Your boss, whose background is in financial planning,is concerned about the companys highweightedaverage cost of capital of 21%. He hasasked you to determine what combination of debtequityfinancing would lower the companysWACC to 13%. If the cost of the companys equitycapital is 6% and the cost of debt financing is 28%,what debt-equity mix would you recommend?
ENGR 121 B Lab Notes for 10/12/2016 Spencer Kociba ● Function writing in MATLAB ○ Function output=name(input) ○ End (final line in the function code ○ Assign a value to your output argument in the body of the function. ○ When saving, make the file name the same as the function name ○ Function[ ___, ___] ■ To put multiple output arguments (same with the input) ■ With multiple outputs, need to put a vector 1xn outputs in order to see all of them displayed ● To comment on a group rather than a line you must use %{%} but they must be on separate lines ○ Ex. %{ This ■ Is ■ A comment ■ %}