Function definition: Double down Complete the DoubleDown function to return twice the initialValue. Your Function FA Save Reset 皕MATLAB Documentation 1 function finalvalue DoubleDown initialvalue ) % complete the function to return twice the initialValue finalvalue e end Code to call your function C Reset 1: Doubleon(5) % change the input to DoubleDown to test other values Run Function