17. Which character is used to print new line in a fprintf statement? a. \n b. \nl c. \t d. \br 18. Which statement belo
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
17. Which character is used to print new line in a fprintf statement? a. \n b. \nl c. \t d. \br 18. Which statement belo
statement? a. \n b. \nl c. \t d. \br 18. Which statement below will result in the variable y containing [1 3 5 7]? a. y linspace(1,7,4); b. y = oddnums(1,7); c. y = 1:4:7 d. y=1+3+5+7; 19. What is the purpose of using the dot command (.) in matrix manipulation? a. To conducts element to element operations b. To ends an mfile c. To output the scalar value of the dot product d. To output the vector cross product 20. What is the result of the MATLAB command size([1,2,3; 4,5,6; 3,2,-1; 5,2,8,1]) ? a. 43 b. 3 4 C. 44 d. 3 3
17. Which character is used to print new line in a fprintf