Explore topic-wise MCQs in Matlab.

This section includes 13 Mcqs, each offering curated multiple-choice questions to sharpen your Matlab knowledge and support exam preparation. Choose a topic below to get started.

1.

What are MEX files in MATLAB?

A. No such thing as MEX files
B. Helps to analyse commands in MATLAB
C. Allows the user to combine C source files with Matlab files
D. Same as MAT files
Answer» D. Same as MAT files
2.

How to stop the execution of a chain of commands?

A. Press Ctrl +c
B. Cannot be stopped
C. Only usage of debugging mode is possible in MATLAB
D. Quit
Answer» B. Cannot be stopped
3.

MATLAB allows modelling of different control systems using ___________

A. Simulink
B. Control System Toolbox
C. Not available in MATLAB as of yet
D. ezplot
Answer» B. Control System Toolbox
4.

What is not displayed by the Workspace?

A. Time of variable generation
B. Standard deviation of the variable values
C. Class of the variables
D. Nature of the variables
Answer» B. Standard deviation of the variable values
5.

The function to close the windows containing graphs generated from MATLAB is __________

A. close all
B. close graphs
C. delete graphs
D. end all
Answer» B. close graphs
6.

What will the following set of commands do when they are present in a script file?

A. Plot the discrete graph of y1 and y2
B. There is no stem command in MATLAB
C. Store the graph as a separate file
D. Cannot be determinedView Answer
Answer» D. Cannot be determinedView Answer
7.

What are the difference between the ‘help’ and the ‘look for’ command?

A. No difference
B. Syntactical difference
C. Help returns the entire set while look for returns specific commands
D. Help returns all the toolbox while look for returns a single toolbox
Answer» D. Help returns all the toolbox while look for returns a single toolbox
8.

Where do we need to store a function to call it in other programs?

A. The bin folder
B. Anywhere
C. The MATLAB folder
D. Desktop
Answer» B. Anywhere
9.

To display comments of M-file, we use ____________

A. echo on
B. comment on
C. show %
D. Cannot be displayed
Answer» B. comment on
10.

WHAT_ARE_THE_DIFFERENCE_BETWEEN_THE_‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚Àւ§HELP‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖ¬•_AND_THE_‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚Àւ§LOOK_FOR‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖ¬•_COMMAND??$#

A. No difference
B. Syntactical difference
C. Help returns the entire set while look for returns specific commands
D. Help returns all the toolbox while look for returns a single toolbox
Answer» B. Syntactical difference
11.

WHERE_DO_WE_NEED_TO_STORE_A_FUNCTION_TO_CALL_IT_IN_OTHER_PROGRAMS??$

A. The bin folder
B. Anywhere
C. The MATLAB folder
D. Desktop
Answer» B. Anywhere
12.

To display comments of M-file, we use ___________?

A. echo on
B. comment on
C. show %
D. Cannot be displayed
Answer» B. comment on
13.

To add comments in MATLAB, use _________

A. //
B. %/
C. /%
D. %
Answer» B. %/