Loading, please wait...

Matlab MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

6. Which of following command is used to clear command window in Matlab?

  • clear
  •  clc
  •  close all
  •  clear all

7. ____ is used to check if two elements are equal in MATLAB?

  •  !=
  •  ==
  •  isequal
  •  =

8. What is output of A = [1 0 2]; b = [3 0 7]; c=a.*b;

  • [2 0 21]
  •  [3 0 14]
  •  [14 0 3]
  •  [7 0 3]

9. Keys combition used to stop execution of a command in MATLAB?

  • ctrl+c
  •  ctrl+s
  •  ctrl+b
  •  ctrl+enter

10. Which class is used in Matlab to store the complex number?

  • Double
  •  symbolic
  •  character
  •  array