dbryrob9460 dbryrob9460 10-03-2020 Computers and Technology contestada matlab Write a function that iteratively appends random 1's and 0's to an array to form a binary number. The function returns the binary result when it's decimal equivalent is larger than the input number. [outArray] = potd11(inputNumber)