Tobymorgan6909 Tobymorgan6909 20-02-2020 Computers and Technology contestada Write a script file that creates a row vector v containing all the powers of 2 that are (strictly) less than 103. The output vector should have the form: v = [2, 4, 8, 16 ...]. Use the while loop.