% 3.5 Which of the following statements are false? % a. [a, b] = max([1 2 3;7 8 9]) will return: % a = [7 8 9] and b = [2 2 2]. % b. max([1 2 3 4 5]) will return 5. % c. Typing max(1) at the command prompt will produce an error. disp ('C is false')